<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Nunito&amp;display=swap');
body{
	font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    width: 100%;
    overflow-x: hidden;
}
.clear-both:before,
.clear-both:after{
    content: '';
    display: table;
}
.clear-both:after{
    clear: both;
}
.product-info-stock-sku
{
    display:none;
}
label{
    font-weight: normal;
    color: #222222;
	display:inherit;
}
a{
    color: #666666;
    text-decoration: none;
}
a:hover, a:focus, a:active{
    text-decoration: none;
    outline: none;
}
body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid &gt; li{
    margin-bottom: 0;
}
body .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body{
    padding: 0 20px;
    margin-top: -4px;
}
p{
    margin-bottom: 20px;
}
ul, ol{
    padding: 0 0 0 17px;
    margin: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Open sans', sans-serif;
    margin-top: 0;
}
h1{
    font-size: 36px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 18px;
}
h6{
    font-size: 16px;
}
img{
    height: auto;
    max-width: 100%;
}
/* ==========================
 INPUT THEME
=============================*/
select
{
    border: none;
    padding: 0 20px;
    background-color: #ffffff;
    height: 33px !important;
    line-height: 33px !important;
    color: #534FB5;
    font-weight: bold;
    width:163px !important;
    font-size: 13px ;
}
input[type="text"],
input[type="email"],
textarea, input[type="password"],
input[type="tel"],

input[type="search"]{
    border: 2px solid #534FB5;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 6px 20px;
    max-width: 100%;
    background-color: #f8f8f8;
    width: 300px;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="submit"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
a:focus,
button:focus,
select:focus{
    outline: none;
}
input[type="text"], input[type="email"], textarea, input[type="password"], input[type="tel"],
input[type="search"]{
    -webkit-appearance: none;
}
::-webkit-input-placeholder{
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-moz-placeholder{
    /* Firefox 18- */
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
::-moz-placeholder{
    /* Firefox 19+ */
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-ms-input-placeholder{
    text-align: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:focus{
    outline: none;
}
/* ==========================
 BUTTON SUBMIT THEME
=============================*/
button,
input[type="submit"]{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 25px;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	
}
button:hover,
input[type="submit"]:hover,
button:focus,
input[type="submit"]:focus{
    color: #ffffff;
}
.return-message{
    line-height: 30px;
    padding: 0 10px;
    margin-top: 10px;
    font-size: 12px;
}
.newsletter-form-wrap .return-message{
    line-height: 18px;
    padding: 10px;
}
/* ============================
 TABLE THEME
=============================*/
table{
    border: 1px solid #E6E6E6;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}
table thead{
    background-color: #f8f8f8;
}
th, td{
    border-color: #e6e6e6;
   
    border-width: 1px;
    padding: 10px;
    font-weight: normal;
}
table tr th:last-child,
table tr td:last-child{
    border-right: 0;
}
table tr:last-child td, table tr:last-child th{
    border-bottom: none;
}
/* ==========================
 WORDPRESS POST
============================*/
.sticky-post{
    color: red;
}
.alignnone{
    margin: 5px 20px 20px 0;
}
img.alignnone{
    margin: 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;
}
.sticky{
    color: inherit;
}
.bypostauthor{
    color: inherit;
}
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
}
.text-center{
    text-align: center;
}
.wp-caption{
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 3px 5px;
    text-align: center;
    margin: 0;
}
.wp-caption.alignnone{
    margin: 5px 20px 20px 0;
    clear: both;
}
.wp-caption.alignleft{
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright{
    margin: 5px 0 20px 20px;
}
.wp-caption.aligncenter{
    margin: 0 auto;
}
.wp-caption img{
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text{
    font-size: 12px;
    line-height: 17px;
    padding: 10px 4px 5px;
    margin: 0 !important;
}
.gallery-caption{
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}
iframe{
    max-width: 100% !important;
}
.alignright{
    float: right;
    margin: 5px 0 20px 30px;
}
.alignleft{
    float: left;
    margin: 5px 30px 20px 0;
}
/* ============================
WordPress Gallery
=============================*/
.gallery{
    margin-left: -0.5em;
    margin-right: -0.5em;
}
.gallery:after{
    display: table;
    content: "";
    clear: both;
}
.gallery-item{
    margin: 0;
    float: left;
    padding: 0.5em;
    font-size: 0.8125rem;
    font-style: italic;
    color: #666;
}
.gallery-columns-1 .gallery-item{
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item{
    width: 50%
}
.gallery-columns-3 .gallery-item{
    width: 33.3333%
}
.gallery-columns-4 .gallery-item{
    width: 25%
}
.gallery-columns-5 .gallery-item{
    width: 20%
}
.gallery-columns-6 .gallery-item{
    width: 16.6667%
}
.gallery-columns-7 .gallery-item{
    width: 14.2857%
}
.gallery-columns-8 .gallery-item{
    width: 12.5%
}
.gallery-columns-9 .gallery-item{
    width: 11.1111%
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1){
    clear: both;
}
/*====================
  WOOCOMMERCE INPUT
=====================*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message{
    padding: 1em 2em 1em 2em;
    margin: 15px 0;
    position: relative;
    background-color: #f8f8f8;
    color: #222222;
    border-top: 3px solid #dff0d8;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before{
    content: " ";
    display: table;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button{
    float: right;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 0;
}
.woocommerce .woocommerce-error{
    border-color: #fcf8e3;
}
.woocommerce .woocommerce-info{
    border-color: #dff0d8;
}
/*==================
 CHOSEN RESET
===================*/
.chosen-container{
    margin-bottom: 0;
}
.chosen-container-single .chosen-single{
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 30px 0 20px;
    max-width: 100%;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
}
.chosen-container-single .chosen-single span{
    margin: 0;
}
.chosen-container-single .chosen-single div b:before{
    font-family: FontAwesome, sans-serif;
    content: "\f0d7";
    width: auto;
    height: auto;
    font-size: 14px;
    color: #888888;
}
.chosen-container li{
    font-size: 13px;
    line-height: 24px;
    color: #666666;
}
.chosen-container .chosen-results li.result-selected{
    background-color: #f0f2f5;
    color: #000000;
}
.chosen-container .chosen-results li.highlighted{
    background-image: none;
    background-color: #f0f2f5;
    color: #000000;
}
.chosen-container-single .chosen-single div b{
    background: none !important;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    border: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;
    background: #ffffff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.chosen-container .chosen-drop{
    border: 1px solid #e6e6e6;
    background: #ffffff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: 234px;
}
/*==================
 SELECT2 RESET
===================*/
.select2-container{
    width: 50% !important;
}
.select2-container--default .select2-selection--single{
    height: 44px;
    line-height: 44px;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    background-color: #f8f8f8;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #666666;
    line-height: 44px;
    padding-left: 20px;
    padding-right: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 44px;
}
.select2-container .select2-choice .select2-arrow b:after{
    border: none;
    font-family: FontAwesome, sans-serif;
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: -15px;
}
.select2-dropdown{
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;;
}
.select2-dropdown .select2-search .select2-search__field{
    background-color: #ffffff;
    padding: 0 16px;
    height: 44px;
    line-height: 44px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #e6e6e6;
}
.select2-results__option{
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
}
.select2-dropdown .select2-result{
    color: #888888;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"]{
    background-color: #f0f2f5;
    color: #000000;
}
.select2-container--default .select2-results__option[aria-selected="true"]{
    color: #000000;
}
/*==================
 OWL THEME
===================*/
.owl-carousel .owl-item.active .owl-lazy{
    opacity: 1;
}
.owl-carousel{
    display: inline-block !important;
    vertical-align: top;
    width: 100%;
}
.owl-nav.disabled{
    display: none;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next{
    width: 15px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    text-align: left;
    color: #888888;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    line-height: 1;
    font-size: 20px;
}
.owl-carousel .owl-next{
    text-align: right;
}
.owl-carousel .owl-prev .fa,
.owl-carousel .owl-next .fa{
    line-height: normal;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover{
    color: #222222;
}
.owl-carousel .owl-nav:before,
.owl-carousel .owl-nav:after{
    content: '';
    display: table;
}
.owl-carousel .owl-nav:after{
    clear: both;
}
.nav-style2 .owl-prev,
.nav-style2 .owl-next{
    width: 18px;
    height: 46px;
    border: none;
    line-height: 46px;
    background-color: #dddddd;
}
.nav-style2 .owl-prev{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.nav-style2 .owl-next{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.owl-carousel.nav-center .owl-prev,
.owl-carousel.nav-center .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    visibility: hidden;
    opacity: 0;
}
.owl-carousel.nav-center.nav-style2 .owl-prev,
.owl-carousel.nav-center.nav-style2 .owl-next{
    margin-top: -23px;
}
.owl-carousel.nav-center:hover .owl-prev,
.owl-carousel.nav-center:hover .owl-next{
    opacity: 1;
    visibility: visible;
}
.owl-carousel.nav-center .owl-next{
    right: -50px;
}
.owl-carousel.nav-center .owl-prev{
    left: -50px;
}
.owl-carousel.nav-center:hover .owl-next{
    right: -16px;
}
.owl-carousel.nav-center:hover .owl-prev{
    left: -16px;
}
.nav-top-right .owl-nav,
.nav-top-left .owl-nav{
    position: absolute;
    right: 0;
    top: -37px;
}
.nav-top-left .owl-nav{
    right: inherit;
    left: 0;
}
.product-list-owl.owl-carousel .owl-stage-outer .owl-item{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s, visibility 1s;
    -o-transition: opacity 1s, visibility 1s;
    -moz-transition: opacity 1s, visibility 1s;
    transition: opacity 1s, visibility 1s;
}
.product-list-owl.owl-carousel .owl-stage-outer .owl-item.active{
    opacity: 1;
    visibility: visible;
}
/*---------------------
Layout
-----------------------*/
.container-wapper{
    max-width: 1810px;
    padding: 0 15px;
    margin: 0 auto;
}
.main-container{
     
}
.main-container.right-slidebar .main-content,
.main-container.left-slidebar .sidebar{
    float: left;
}
.main-container.left-slidebar .main-content,
.main-container.right-slidebar .sidebar{
    float: right;
}
.main-content &gt; ul{
    padding: 0;
}
body.loading,
body div.woof_info_popup{
    cursor: progress;
}
body.loading:before,
body div.woof_info_popup{
    content: "";
    display: inline-block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border: none;
    border-radius: 0;
    font-size: 0;
}
body.loading:after,
body div.woof_info_popup:after{
    content: url("../images/spin.svg");
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
}
/*---------------------
Menu mobile
-----------------------*/
.toggle-submenu{
    position: absolute;
    display: none;
    height: 49px;
    line-height: 49px;
    top: 0;
    width: 49px;
    right: 0;
    cursor: pointer;
    text-align: center;
    z-index: 9;
}
.toggle-submenu::before{
    font-family: FontAwesome, sans-serif;
  
    z-index: 999;
}
.main-menu .toggle-submenu{
    font-size: 14px;
    width: 38px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    -webkit-transform: translate(50%,0);
    -moz-transform: translate(50%,0);
    -ms-transform: translate(50%,0);
    -o-transform: translate(50%,0);
    transform: translate(50%,0);
}
.style7-mainmenu .toggle-submenu{
    font-size: 13px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.vertical-menu .toggle-submenu{
    font-size: 16px;
    width: 49px;
    height: 49px;
    line-height: 49px;
    cursor: pointer;
}
.vertical-menu .toggle-submenu::before{
    content: "\f105";
}
.box-mobile-menu{
    position: fixed;
    top: 0;
    left: -340px;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
}
.box-mobile-menu.open{
    left: 0;
}
.box-mobile-menu .box-inner{
    position: relative;
    padding: 15px;
    overflow-y: auto;
    height: 100%;
    overflow-x: hidden;
}
.box-mobile-menu .close-menu{
    width: 35px;
    height: 35px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    display: inline-block;
    line-height: 33px;
    text-align: center;
    float: right;
}
.admin-bar .box-mobile-menu{
    top: 32px;
}
.box-mobile-menu .main-menu{
    list-style: none;
    display: block;
    padding: 0;
    width: 100%;
}
.box-mobile-menu .main-menu:before,
.box-mobile-menu .main-menu:after{
    content: '';
    display: table;
}
.box-mobile-menu .main-menu:after{
    clear: both;
}
.box-mobile-menu .main-menu &gt; li{
    display: block;
    width: 100%;
    padding: 0;
    float: left;
}
.box-mobile-menu .main-menu &gt; li &gt; a{
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
}
.box-mobile-menu .main-menu &gt; li.menu-item-has-children &gt; a:after{
    float: right;
    display: none;
}
.box-mobile-menu .main-menu .toggle-submenu{
    width: 52px;
    height: 52px;
    line-height: 52px;
}
.box-mobile-menu .main-menu .toggle-submenu::before{
    content: "\f107";
}
.box-mobile-menu .main-menu .submenu,
.box-mobile-menu .main-menu .submenu.megamenu,
.box-mobile-menu .main-menu .submenu .submenu{
    display: none;
    border: none;
    padding: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    width: 100% !important;
    left: 0 !important;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(56, 56, 56, 0);
    -moz-box-shadow: 1px 1px 5px 0 rgba(56, 56, 56, 0);
    box-shadow: 1px 1px 5px 0 rgba(56, 56, 56, 0);
}
.box-mobile-menu .main-menu .show-submenu &gt; .submenu{
    display: block;
}
.box-mobile-menu .main-menu .submenu .submenu{
    border: none;
}
.box-mobile-menu .main-menu .submenu .submenu &gt; li &gt; a{
    border: none;
}
.techone-clone-wrap{
    position: fixed;
    top: 0;
    left: -340px;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 100000;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    overflow-x: hidden;
}
.techone-clone-wrap.open{
    left: 0;
}
.techone-panels-actions-wrap{
    border-bottom: 1px solid #eee;
    height: 50px;
    position: relative;
}
.techone-panels-actions-wrap .techone-close-btn,
.techone-panels-actions-wrap .techone-prev-panel{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border-left: 1px solid #eee;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}
.techone-panels-actions-wrap .techone-prev-panel{
    right: inherit;
    left: 0;
    border: none;
    border-right: 1px solid #eee;
}
.techone-panels-actions-wrap .techone-current-panel-title{
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
}
.techone-panels-actions-wrap .techone-prev-panel:before{
    content: "\f104";
    font-family: FontAwesome, sans-serif;
}
.techone-panel &gt; ul{
    padding: 0;
    margin: 0;
}
.techone-panel li{
    list-style: none;
    position: relative;
}
.techone-panel &gt; ul &gt; li{
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}
.techone-panel &gt; ul &gt; li &gt; a{
    display: block;
    line-height: 50px;
}
.techone-next-panel{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.techone-panel a &gt; .icon{
    margin-right: 10px;
}
.techone-next-panel:before{
    content: "\f105";
    font-family: FontAwesome, sans-serif;
}
.techone-clone-wrap .toggle-submenu{
    display: none !important;
}
.techone-clone-wrap .techone-panels{
    background: inherit;
    border-color: inherit;
    position: relative;
    box-sizing: border-box;
    height: calc(100% - 80px);
}
.techone-clone-wrap .techone-panel{
    background-color: #fff;
}
.techone-clone-wrap .techone-panel.techone-sub-panel{
    border-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.2s ease 0s;
    z-index: 999;
}
.techone-clone-wrap .techone-panel.techone-panel-opened{
    transform: translateX(0);
    z-index: 999;
}
.techone-clone-wrap .techone-sub-opened{
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.techone-clone-wrap .techone-hidden{
    display: block !important;
    opacity: 0;
    visibility: hidden;
}
.techone-clone-wrap .submenu.megamenu{
    padding: 20px;
    max-width: 100% !important;
    width: 100% !important;
}
/*---------------------
Block Search mobile
-----------------------*/
.block-search-mobile{
    position: fixed;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    width: 500px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9999;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
}
.block-search-mobile.open{
    visibility: visible;
    opacity: 1;
}
.block-search-mobile .form-content{
    position: relative;
    padding: 50px 30px;
}
.block-search-mobile .inner{
    position: relative;
}
.block-search-mobile .input{
    border: none;
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
    padding-left: 0;
    background-color: #fff;
}
.block-search-mobile .btn-search{
    width: 44px;
    height: 44px;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    font-size: 16px;
    padding: 0;
}
.block-search-mobile .btn-search:before{
    color: #000;
    font-family: FontAwesome, sans-serif;
    content: "\f002";
}
.block-search-mobile .close-block-serach{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
body.open-block-serach:before{
    content: '';
    z-index: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.search-icon-mobile{
    vertical-align: top;
    display: inline-block;
    font-size: 0;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
}
.search-icon-mobile::before{
    font-family: FontAwesome, sans-serif;
    content: "\f002";
    font-size: 26px;
}
.search-icon-mobile,
.search-icon-mobile::before{
    display: none !important;
}
.search-icon-mobile:hover{
    color: #666666;
}
/* SLIDER */
.tparrows.custom{
    width: 39px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #c1c1c1;
    color: #fff;
}
.custom.tparrows::before{
    line-height: 45px;
}
.rev_slider_wrapper:Not(:hover) .hesperiden.tparrows{
    opacity: 0;
}


/*------------------------------
rows-space
------------------------------*/
.rows-space-1{
    margin-bottom: 1px;
}
.col-gap-0{
    margin: 0;
}
.col-gap-0 .col-item-gap{
    padding: 0;
}
.col-gap-1{
    margin-left: -0.5px;
    margin-right: -0.5px;
}
.col-gap-1 .col-item-gap{
    padding: 0 0.5px;
}
.col-gap-2{
    margin: 0 -1px;
}
.col-gap-2 .col-item-gap{
    padding: 0 1px;
}
.col-gap-10{
    margin: 0 -5px;
}
.col-gap-10 .col-item-gap{
    padding: 0 5px;
}
.col-gap-20{
    margin: 0 -10px;
}
.col-gap-20 .col-item-gap{
    padding: 0 10px;
}
.col-gap-30{
    margin: 0 -15px;
}
.col-gap-10 .col-item-gap{
    padding: 0 15px;
}
.rows-space-0{
    margin-bottom: 0;
}
.rows-space-10{
    margin-bottom: 10px;
}
.rows-space-20{
    margin-bottom: 20px;
}
.rows-space-30{
    margin-bottom: 30px;
}
.rows-space-40{
    margin-bottom: 40px;
}
.rows-space-50{
    margin-bottom: 50px;
}
.rows-space-60{
    margin-bottom: 60px;
}
.rows-space-70{
    margin-bottom: 70px;
}
.rows-space-80{
    margin-bottom: 80px;
}
.rows-space-90{
    margin-bottom: 90px;
}
.rows-space-100{
    margin-bottom: 100px;
}
.owl-one-row .product-item:last-child{
    margin-bottom: 0;
}
/*----------------
ALL EFFECT BANNER
----------------*/
.banner-effect{
    position: relative;
    display: block;
    overflow: hidden;
}
/*Effect style1*/
.banner-effect1:before{
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
}
.banner-effect1:hover:before{
    left: 50%;
    width: 0;
    opacity: 0.5;
}
.banner-effect1:after{
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.banner-effect1:hover:after{
    top: 50%;
    height: 0;
    opacity: 0.5;
}
/*Effect style2*/
.banner-effect2:before{
    width: 300%;
    height: 300%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: solid 3px #ffc2b3;
    content: "";
    position: absolute;
    z-index: 2;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    opacity: 0;
    left: -100%;
    top: -100%;
    background: #ffc2b3;
    visibility: inherit;
}
.banner-effect2:after{
    width: 300%;
    height: 300%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: solid 3px #ffffff;
    content: "";
    position: absolute;
    z-index: 1;
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    opacity: 0;
    left: -100%;
    top: -100%;
    background: #ffffff;
    visibility: inherit;
}
.banner-effect2:hover:before,
.banner-effect2:hover:after{
    width: 0;
    height: 0;
    opacity: 0.7;
    left: 50%;
    top: 50%;
    visibility: hidden;
}
/*Effect style3*/
.banner-effect3:hover img{
    opacity: 0.5;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
/*Effect style4*/
.banner-effect4:before{
    content: "";
    position: absolute;
    top: 10%;
    left: 50%;
    width: 0;
    height: 80%;
    border-top: solid 1px #d60d46;
    border-bottom: solid 1px #d60d46;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    visibility: hidden;
}
.banner-effect4:hover:before{
    width: 80%;
    left: 10%;
    visibility: visible;
}
.banner-effect4:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 0;
    border-left: solid 1px #d60d46;
    border-right: solid 1px #d60d46;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    visibility: hidden;
}
.banner-effect4:hover:after{
    height: 80%;
    top: 10%;
    visibility: visible;
}
/*Effect style5*/
.banner-effect5:before{
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.5;
    background: #98c1d5;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
.banner-effect5:after{
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    opacity: 0.5;
    background: #98c1d5;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
.banner-effect5:hover:before,
.banner-effect5:hover:after{
    width: 50%;
}
/*Effect style6*/
.banner-effect6:before,
.banner-effect6:after{
    width: 50%;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: #ffffff;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
.banner-effect6:hover:before{
    top: 0;
}
.banner-effect6:after{
    left: inherit;
    bottom: -100%;
    top: inherit;
    right: 0;
}
.banner-effect6:hover:after{
    bottom: 0;
}
/*Effect style7*/
.banner-effect7:before,
.banner-effect7:after{
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;
    height: 50%;
    content: "";
    opacity: 0.5;
    background: #333333;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
.banner-effect7:hover:before{
    left: 0;
}
.banner-effect7:after{
    left: inherit;
    bottom: 0;
    top: inherit;
    right: -100%;
}
.banner-effect7:hover:after{
    right: 0;
}
/*Effect style8*/
.banner-effect8:before{
    width: 50%;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: #333333;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.banner-effect8:after{
    width: 50%;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 50%;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: #333333;
    transition: all 0.9s ease-out 0s;
    -webkit-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
}
.banner-effect8:hover:before,
.banner-effect8:hover:after{
    top: 0;
}
.banner-effect9 img{
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.banner-effect9:hover img{
    filter: grayscale(1) blur(1px);
    -webkit-filter: grayscale(1) blur(1px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.banner-effect10:before{
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.9s ease-out 0s;
    -webkit-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}
.banner-effect10:hover:before{
    opacity: 1;
    visibility: visible;
}
/**
 * EasyZoom core styles
 */
.easyzoom{
    position: relative;

/ 'Shrink-wrap' the element / display: inline-block;
    *display: inline;
    *zoom: 1;
}
.easyzoom img{
    vertical-align: bottom;
}
.easyzoom.is-loading img{
    cursor: progress;
}
.easyzoom.is-ready img{
    cursor: crosshair;
}
.easyzoom.is-error img{
    cursor: not-allowed;
}
.easyzoom-notice{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}
.easyzoom-flyout{
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}
.easyzoom-flyout &gt; img{
    max-width: inherit;
}
/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout{
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}
/*----------------------
 AJAX LOADING
 ---------------------*/
.cssload-square{
    margin: 68px auto;
    width: 19px;
    height: 19px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.cssload-square-part{
    position: absolute;
    width: 19px;
    height: 19px;
    z-index: 1;
    animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -moz-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}
.cssload-square-green{
    background: rgb(84, 250, 212);
    right: 0;
    bottom: 0;
    animation-direction: alternate-reverse;
    -o-animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -moz-animation-direction: alternate-reverse;
}
.cssload-square-pink{
    background: rgb(233, 111, 146);
    left: 0;
    top: 0;
}
.cssload-square-blend{
    background: rgb(117, 81, 125);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    animation: blend-anim 0.92s ease-in infinite;
    -o-animation: blend-anim 0.92s ease-in infinite;
    -webkit-animation: blend-anim 0.92s ease-in infinite;
    -moz-animation: blend-anim 0.92s ease-in infinite;
}
@keyframes blend-anim{
    0%{
        transform: scale(0.01, 0.01) rotateY(0deg);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50%{
        transform: scale(1, 1) rotateY(0deg);
        animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100%{
        transform: scale(0.01, 0.01) rotateY(0deg);
    }
}
@-o-keyframes blend-anim{
    0%{
        -o-transform: scale(0.01, 0.01) rotateY(0deg);
        -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50%{
        -o-transform: scale(1, 1) rotateY(0deg);
        -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100%{
        -o-transform: scale(0.01, 0.01) rotateY(0deg);
    }
}
@-ms-keyframes blend-anim{
    0%{
        -ms-transform: scale(0.01, 0.01) rotateY(0deg);
        -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50%{
        -ms-transform: scale(1, 1) rotateY(0deg);
        -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100%{
        -ms-transform: scale(0.01, 0.01) rotateY(0deg);
    }
}
@-webkit-keyframes blend-anim{
    0%{
        -webkit-transform: scale(0.01, 0.01) rotateY(0deg);
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50%{
        -webkit-transform: scale(1, 1) rotateY(0deg);
        -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100%{
        -webkit-transform: scale(0.01, 0.01) rotateY(0deg);
    }
}
@-moz-keyframes blend-anim{
    0%{
        -moz-transform: scale(0.01, 0.01) rotateY(0deg);
        -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50%{
        -moz-transform: scale(1, 1) rotateY(0deg);
        -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100%{
        -moz-transform: scale(0.01, 0.01) rotateY(0deg);
    }
}
@keyframes cssload-part-anim{
    0%{
        transform: translate3d(-10px, -10px, 0);
    }
    100%{
        transform: translate3d(10px, 10px, 0);
    }
}
@-o-keyframes cssload-part-anim{
    0%{
        -o-transform: translate3d(-10px, -10px, 0);
    }
    100%{
        -o-transform: translate3d(10px, 10px, 0);
    }
}
@-ms-keyframes cssload-part-anim{
    0%{
        -ms-transform: translate3d(-10px, -10px, 0);
    }
    100%{
        -ms-transform: translate3d(10px, 10px, 0);
    }
}
@-webkit-keyframes cssload-part-anim{
    0%{
        -webkit-transform: translate3d(-10px, -10px, 0);
    }
    100%{
        -webkit-transform: translate3d(10px, 10px, 0);
    }
}
@-moz-keyframes cssload-part-anim{
    0%{
        -moz-transform: translate3d(-10px, -10px, 0);
    }
    100%{
        -moz-transform: translate3d(10px, 10px, 0);
    }
}
/*-------------------------
 TABS
 -------------------------*/
.tab-container{
    position: relative;
}
.tab-container .tab-panel{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}
.tab-container .tab-panel.active{
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
    height: auto;
    overflow: inherit;
}
.tab-container .cssload-wapper{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.tab-container .cssload-wapper .cssload-square{
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    margin-top: -13px;
}
/*------------------------------
 CUSTOM BOOSTRAP 5 COLUMNS
 ------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15{
    width: 20%;
    float: left;
}
@media (min-width: 768px){
    .col-sm-15{
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px){
    .col-md-15{
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px){
    .col-lg-15{
        width: 20%;
        float: left;
    }
}
/*----------------
AUTO CLEAR
----------------*/
@media (min-width: 1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){
        clear: both;
    }
    .auto-clear .col-lg-2:nth-child(6n+1){
        clear: both;
    }
    .auto-clear .col-lg-15:nth-child(5n+1){
        clear: both;
    }
    .auto-clear .col-lg-3:nth-child(4n+1){
        clear: both;
    }
    .auto-clear .col-lg-4:nth-child(3n+1){
        clear: both;
    }
    .auto-clear .col-lg-6:nth-child(odd){
        clear: both;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .auto-clear .col-md-1:nth-child(12n+1){
        clear: both;
    }
    .auto-clear .col-md-2:nth-child(6n+1){
        clear: both;
    }
    .auto-clear .col-md-15:nth-child(5n+1){
        clear: both;
    }
    .auto-clear .col-md-3:nth-child(4n+1){
        clear: both;
    }
    .auto-clear .col-md-4:nth-child(3n+1){
        clear: both;
    }
    .auto-clear .col-md-6:nth-child(odd){
        clear: both;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .auto-clear .col-sm-1:nth-child(12n+1){
        clear: both;
    }
    .auto-clear .col-sm-2:nth-child(6n+1){
        clear: both;
    }
    .auto-clear .col-sm-15:nth-child(5n+1){
        clear: both;
    }
    .auto-clear .col-sm-3:nth-child(4n+1){
        clear: both;
    }
    .auto-clear .col-sm-4:nth-child(3n+1){
        clear: both;
    }
    .auto-clear .col-sm-6:nth-child(odd){
        clear: both;
    }
}
@media (min-width: 480px) and (max-width: 767px){
    .auto-clear .col-xs-1:nth-child(12n+1){
        clear: both;
    }
    .auto-clear .col-xs-2:nth-child(6n+1){
        clear: both;
    }
    .auto-clear .col-xs-15:nth-child(5n+1){
        clear: both;
    }
    .auto-clear .col-xs-3:nth-child(4n+1){
        clear: both;
    }
    .auto-clear .col-xs-4:nth-child(3n+1){
        clear: both;
    }
    .auto-clear .col-xs-6:nth-child(odd){
        clear: both;
    }
}
@media (max-width: 479px){
    .auto-clear .col-ts-1:nth-child(12n+1){
        clear: both;
    }
    .auto-clear .col-ts-2:nth-child(6n+1){
        clear: both;
    }
    .auto-clear .col-ts-15:nth-child(5n+1){
        clear: both;
    }
    .auto-clear .col-ts-3:nth-child(4n+1){
        clear: both;
    }
    .auto-clear .col-ts-4:nth-child(3n+1){
        clear: both;
    }
    .auto-clear .col-ts-6:nth-child(odd){
        clear: both;
    }
}
/*----------------------------------
Custom Bostrap Colum form 480 &gt; 767
----------------------------------*/
@media (max-width: 480px){
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-ts-1,
    .col-ts-10,
    .col-ts-11,
    .col-ts-12,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9{
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
    .col-ts-1,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9,
    .col-ts-10,
    .col-ts-11{
        float: left;
    }
    .col-ts-12{
        width: 100%;
    }
    .col-ts-11{
        width: 91.66666667%;
    }
    .col-ts-10{
        width: 83.33333333%;
    }
    .col-ts-9{
        width: 75%;
    }
    .col-ts-8{
        width: 66.66666667%;
    }
    .col-ts-7{
        width: 58.33333333%;
    }
    .col-ts-6{
        width: 50%;
    }
    .col-ts-5{
        width: 41.66666667%;
    }
    .col-ts-4{
        width: 33.33333333%;
    }
    .col-ts-3{
        width: 25%;
    }
    .col-ts-2{
        width: 16.66666667%;
    }
    .col-ts-1{
        width: 8.33333333%;
    }
    .col-ts-pull-12{
        right: 100%;
    }
    .col-ts-pull-11{
        right: 91.66666667%;
    }
    .col-ts-pull-10{
        right: 83.33333333%;
    }
    .col-ts-pull-9{
        right: 75%;
    }
    .col-ts-pull-8{
        right: 66.66666667%;
    }
    .col-ts-pull-7{
        right: 58.33333333%;
    }
    .col-ts-pull-6{
        right: 50%;
    }
    .col-ts-pull-5{
        right: 41.66666667%;
    }
    .col-ts-pull-4{
        right: 33.33333333%;
    }
    .col-ts-pull-3{
        right: 25%;
    }
    .col-ts-pull-2{
        right: 16.66666667%;
    }
    .col-ts-pull-1{
        right: 8.33333333%;
    }
    .col-ts-pull-0{
        right: auto;
    }
    .col-ts-push-12{
        left: 100%;
    }
    .col-ts-push-11{
        left: 91.66666667%;
    }
    .col-ts-push-10{
        left: 83.33333333%;
    }
    .col-ts-push-9{
        left: 75%;
    }
    .col-ts-push-8{
        left: 66.66666667%;
    }
    .col-ts-push-7{
        left: 58.33333333%;
    }
    .col-ts-push-6{
        left: 50%;
    }
    .col-ts-push-5{
        left: 41.66666667%;
    }
    .col-ts-push-4{
        left: 33.33333333%;
    }
    .col-ts-push-3{
        left: 25%;
    }
    .col-ts-push-2{
        left: 16.66666667%;
    }
    .col-ts-push-1{
        left: 8.33333333%;
    }
    .col-ts-push-0{
        left: auto;
    }
    .col-ts-offset-12{
        margin-left: 100%;
    }
    .col-ts-offset-11{
        margin-left: 91.66666667%;
    }
    .col-ts-offset-10{
        margin-left: 83.33333333%;
    }
    .col-ts-offset-9{
        margin-left: 75%;
    }
    .col-ts-offset-8{
        margin-left: 66.66666667%;
    }
    .col-ts-offset-7{
        margin-left: 58.33333333%;
    }
    .col-ts-offset-6{
        margin-left: 50%;
    }
    .col-ts-offset-5{
        margin-left: 41.66666667%;
    }
    .col-ts-offset-4{
        margin-left: 33.33333333%;
    }
    .col-ts-offset-3{
        margin-left: 25%;
    }
    .col-ts-offset-2{
        margin-left: 16.66666667%;
    }
    .col-ts-offset-1{
        margin-left: 8.33333333%;
    }
    .col-ts-offset-0{
        margin-left: 0;
    }
    .hidden-ts{
        display: none;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi){
    .chosen-rtl .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span{
        background-image: none !important;
    }
}
/*-------------------------
  HEADER THEME
 -------------------------*/
.boxed .site-wapper{
    max-width: 1230px;
    margin: 0 auto;
}
.site-wapper{
    background-color: #ffffff;
}
/*top-header*/
.top-header{
    border-bottom: 1px solid #e2e2e2;
}
.top-bar-menu{
    padding: 0;
}
.top-bar-menu.left{
    float: left;
}
.top-bar-menu.right{
    float: right;
}
.top-bar-menu li a{
    color: #555555;
    font-size: 13px;
}
.top-bar-menu &gt; li{
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    line-height: 16px;
}
.top-bar-menu &gt; li &gt; a{
    display: inline-block;
    line-height: 16px;
    text-transform: uppercase;
    padding: 12px 15px;
	color:#534FB5;
	font-weight:bold;
}
.top-bar-menu &gt; li:first-child &gt; a{
    padding-left: 0;
}
.top-bar-menu &gt; li &gt; a::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    height: 12px;
    width: 1px;
    margin: auto;
    background-color: rgba(0, 0, 0, .1);
}
.top-bar-menu &gt; li:last-child &gt; a::after{
    content: none;
}
.top-bar-menu li.menu-item-has-children &gt; a{
    padding-right: 30px;
}
.top-bar-menu li.menu-item-has-children &gt; a::before{
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 13px;
}
@media (max-width: 1024px) {
    .top-bar-menu li.menu-item-has-children &gt; a::before{
        content: none;
    }
}
.top-bar-menu li .submenu{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -6px;
    padding: 9px 15px;
    background: #ffffff;
    min-width: 150px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.top-bar-menu li .submenu.megamenu{
    left: auto;
}
.top-bar-menu li.show-submenu .submenu,
.top-bar-menu .menu-item-has-children:hover &gt; .submenu{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}
.top-bar-menu .submenu &gt; li &gt; a{
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    width: auto;
    height: auto;
    opacity: 1;
}
.top-bar-menu .switcher-flag{
    margin-top: -2px;
}
.header-socilas{
    float: right;
}
.header-socilas .social{
    float: left;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 14px;
    text-align: center;
    margin: 4px 0 4px 4px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.header-socilas .social:hover{
    color: #ffffff;
}
/*main-header*/
.main-header{
    padding: 30px 0;
}
.main-header .logo{
    line-height: 42px;
    padding: 5px 0;
}
.form-search-width-category:before,
.form-search-width-category:after{
    content: '';
    display: table;
}
.form-search-width-category:after{
    clear: both;
}
.form-search-width-category .form-content{
    display: table;
    float: right;
    padding: 5px 0;
}
.form-search-width-category select{
    width: 100%;
}
.form-search-width-category .form-content .inner{
    display: table-cell;
    vertical-align: middle;
    width: 237px;
    max-width: -webkit-calc(100% - 194px);
    max-width: -moz-calc(100% - 194px);
    max-width: calc(100% - 194px);
}
.form-search-width-category .form-content input{
    width: 100%;
    height: 50px;
    line-height: 42px;
    background-color: #ffffff;
    font-size: 13px;
    color: #888888;
    padding: 0 29px;
	border: 1px solid #EE285B;
    border-radius: 21px 0 0 21px;
    -moz-border-radius: 21px 0 0 21px;
    -webkit-border-radius: 21px 0 0 21px;
    border-right: none;
}
.form-search-width-category .form-content .category select{
    width: 100%;
    background-color: transparent;
    padding: 9px 15px;
    border-right: none;
}
.form-search-width-category .form-content .category{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.form-search-width-category .chosen-container .chosen-results{
    padding: 0;
}
.form-search-width-category .chosen-container .chosen-results li.active-result{
    padding: 0 25px;
    line-height: 26px;
}
.form-search-width-category .form-content .category::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 37px;
    background-color: #e6e6e6;
    z-index: 1;
}
.form-search-width-category .form-content .btn-search{
    display: table-cell;
    vertical-align: middle;
    width: 59px;
    height: 50px;
    line-height: 42px;
    padding: 0;
    border-radius: 0 21px 21px 0;
    -moz-border-radius: 0 21px 21px 0;
    -webkit-border-radius: 0 21px 21px 0;
    border: none;
    font-size: 20px;
    color: #EE285B;
    text-align: center;
    outline: none;
    background-color: white;
    border: 1px solid #EE285B;
    border-left: none;
	
}
.form-search-width-category .form-content .btn-search:hover{
    opacity: 0.8;

}
.form-search-width-category .form-content .btn-search i{
    vertical-align: top;
    line-height: 41px;
}
/*form-search-width-category chosen*/
.form-search-width-category .chosen-container-single{
    width: 135px !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.form-search-width-category .chosen-container-single .chosen-single{
    border: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;
    height: 42px !important;
    line-height: 42px !important;
    background-color: #ffffff;
}
.form-search-width-category .chosen-container-single .chosen-single span{
    font-size: 13px;
    color: #888888;
}
.form-search-width-category .chosen-container-single .chosen-single div{
    width: 28px;
}
.main-header .header-control{
    float: right;
}
.hotline{
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    line-height: 0;
    padding: 5px 10px 5px 0;
}
.hotline .icon{
    float: left;
    vertical-align: top;
    display: inline-block;
    font-size: 26px;
    margin-top: 12px;
}
.hotline .content{
    overflow: hidden;
    padding-left: 8px;
    display: inline-block;
    text-align: left;
}
.hotline .content .text{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
}
.hotline .content .phone{
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #222222;
    line-height: 21px;
}
.block-minicart{
    display: inline-block;
    float: left;
    position: relative;
    padding: 5px 15px 5px 10px;
}
.block-minicart::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 27px;
    width: 1px;
    background-color: rgba(0, 0, 0, .2);
}
.block-minicart::after{
    font-family: FontAwesome, sans-serif;
    content: '\f0dd';
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    font-size: 14px;
    color: #aaaaaa;
}
.block-minicart .widget_shopping_cart_content{
    float: right;
}
.block-minicart .cart-icon{
    position: relative;
    display: inline-block;
    color: #534FB5;
}
.block-minicart .cart-icon::before{
    font-family: FontAwesome, sans-serif;
    content: '\f291';
    font-size: 26px;
    line-height: 42px;
    color: #534FB5;
}
.block-minicart .cart-icon .count{
    position: absolute;
    top: 3px;
    right: -9px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    width: 23px;
    height: 23px;
    line-height: 24px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.block-minicart .cart-text .text2{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 7px;
    color: #666666;
}
.block-minicart .cart-text .woocommerce-Price-amount{
    font-size: 17px;
    font-weight: 700;
    color: #333333;
    display: inline-block;
    margin-left: 5px;
}
.block-minicart:hover .mini-cart-content{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.mini-cart-content{
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    padding-top: 9px;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
    visibility: hidden;
}
.minicart-content-wrapper{
    background-color: #ffffff;
    min-width: 305px;
    min-height: 380px;
    padding: 18px 20px 31px 20px;
    border-width: 2px 0 0 0;
    border-style: solid;
    border-radius: 5%;
    -webkit-box-shadow: 0 0 9px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 20%);
}
.mini-cart-content.empty-cart .minicart-content-wrapper{
    padding: 20px;
    text-align: center;
}
.minicart-title{
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    color: #333333;
}
.minicart-items-wrapper{
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.minicart-items{
    max-height: 197px;
    overflow-y: auto;
    padding: 0;
}
.minicart-items .item{
    list-style: none;
    overflow: hidden;
    padding: 9px 0;
    border-bottom: 1px solid #e6e6e6;
}
.minicart-items .item:last-child{
    border: none;
}
.minicart-items .item .thumb{
    float: left;
    width: 80px;
    height: auto;
}
.minicart-items .item .info{
    position: relative;
    overflow: hidden;
    padding: 0 30px 0 10px;
}
.minicart-items .item .info .qty{
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
}
.minicart-items .item .info .delete{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 21px;
    line-height: 21px;
    color: #888888;
}
.minicart-content-wrapper .subtotal{
    padding: 14px 0 15px 0;
}
.minicart-content-wrapper .subtotal .text{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    margin-right: 5px;
}
.minicart-content-wrapper .subtotal .total .woocommerce-Price-amount{
    font-weight: 700;
    color: #e5534c;
}
.minicart-content-wrapper .actions{
    overflow: hidden;
}
.minicart-content-wrapper .actions .button{
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 49%;
    background-color:#534FB5;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    z-index: 999;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.minicart-content-wrapper .actions .button.btn-checkout{
    float: left;
}
.minicart-content-wrapper .actions .button.btn-viewcart{
    float: right;
}
/*header-nav header-sticky has-vertical-menu*/
.header-nav-inner{
    display: table;
    width: 100%;
    background-color: #EE285B;
}
.header-contact-phone{
    padding: 5px 0;
}
.block-nav-categori{
    display: table-cell;
    vertical-align: middle;
    width: 287px;
    position: relative;
}
.block-nav-categori .block-title{
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    height: 52px;
    line-height: 28px;
    cursor: pointer;
    display: block;
    padding: 12px 20px;
}
.icon-bar{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-right: 17px;
}
.icon-bar span{
    display: block;
    width: 100%;
    margin-bottom: 3px;
    background-color: #ffffff;
    height: 2px;
}
.sticky-wrapper.is-sticky{
    width: 100% !important;
}
.admin-bar .sticky-wrapper.is-sticky .header-sticky{
    top: 32px !important;
}
.sticky-wrapper.is-sticky .header-sticky{
    top: 0;
    left: 0;
    right: 0;
	
    z-index: 999 !important;
    background-color: #e9e9e9;
    width: 100% !important;
    animation: slideInUp 0.7s;
    -moz-animation: slideInUp 0.7s;
    -webkit-animation: slideInUp 0.7s;
}
@media (min-width: 1200px) {
    .sticky-wrapper.is-sticky .mini-cart-content{
        padding-top: 0;
    }
    .header-nine .sticky-wrapper.is-sticky .mini-cart-content{
        padding-top: 9px;
    }
}
.block-nav-categori.has-open .verticalmenu-content,
.ts-vertical-menu .verticalmenu-content,
.open-on-home.is-home.always-open .verticalmenu-content,
.sticky-wrapper.is-sticky .header-nav.header-sticky .open-on-home.is-home.always-open.has-open .verticalmenu-content{
    display: block;
    height: auto;
    opacity: 1;
    visibility: inherit;
    border: solid 1px #e6e6e6;
    border-top: none;
    width: 100%;
}
.block-nav-categori .verticalmenu-content,
.sticky-wrapper.is-sticky .header-nav.header-sticky .open-on-home.is-home.always-open .verticalmenu-content{
    height: 0;
    position: absolute;
    width: inherit;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    z-index: 100;
}
.verticalmenu-content{
    min-width: 287px;
    padding: 11px 0 12px 0;
    background-color: #ffffff;
}
.vertical-menu{
    padding: 0;
}
.vertical-menu &gt; li{
    list-style: none;
    position: relative;
}
.add_a_new_menu{
    text-align: center;
    display: block;
}
.vertical-menu .menu-item.link-orther{
    display: none;
}
.vertical-menu &gt; .menu-item &gt; a{
    line-height: 49px;
    font-size: 13px;
    color: #444444;
    text-transform: uppercase;
    position: relative;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 19px;
}
.vertical-menu .submenu &gt; li &gt; a{
    display: block;
    padding: 5px 20px;
    line-height: normal;
}
.vertical-menu &gt; .menu-item &gt; a::before{
    position: absolute;
    top: -1px;
    left: -19px;
    width: -webkit-calc(100% + 38px);
    width: -moz-calc(100% + 38px);
    width: calc(100% + 38px);
    height: 1px;
    background: #f3f3f3;
    content: '';
    display: none;
}
.vertical-menu &gt; .menu-item &gt; a .icon{
    display: inline-block;
    width: 30px;
    text-align: center;
    vertical-align: top;
    line-height: 48px;
    margin-right: 10px;
    font-size: 20px;
    color: #aaa;
}
.vertical-menu &gt; .menu-item:hover{
    background-color: #f3f3f3;
}
.vertical-menu .menu-item:hover &gt; a{
    border-color: #f3f3f3;
}
.vertical-menu .menu-item:hover &gt; a::before{
    display: block;
}
.menu-item-has-children .submenu{
   
}
.vertical-menu .show-submenu &gt; .submenu{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.vertical-menu .menu-item-has-children{
    position: relative;
}
.vertical-menu .menu-item-has-children &gt; a::after{
    position: absolute;
    font-family: FontAwesome, sans-serif;
    content: "\f105";
    font-size: 16px;
    right: 0;
    top: 0;
    z-index: 1;
}
.vertical-menu .submenu.megamenu{
    padding: 30px 40px;
}
.vertical-menu .submenu{
    position: absolute;
    z-index: 100;
    background-color: #fff;
    padding: 0;
    left: 100%;
    margin-left: -2px;
    top: 0;
    min-width: 200px;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
    display: block;
    visibility: hidden;
    list-style: none;
    border: 1px solid #e6e6e6;
}
.view-all-categori{
    text-align: center;
    display: none;
}
.show-button-all .view-all-categori{
    display: block;
}
.view-all-categori .btn-view-all{
    font-size: 13px;
    line-height: 50px;
    text-transform: uppercase;
}
.view-all-categori .btn-view-all::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f101';
    font-size: 14px;
    margin-left: 6px;
}
/*box-header-nav*/
.box-header-nav{
    display: table-cell;
    vertical-align: middle;
	padding-bottom:15px;
	background-color:#EE285B;
	color:white;
}
.box-header-nav .menu-bar{
    display: none;
}
.menu-bar .icon{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-right: 17px;
}
.menu-bar .icon span{
    background-color: #333333;
    display: block;
    width: 100%;
    margin-bottom: 3px;
    height: 2px;
}
.box-header-nav .main-menu{
    padding: 0;
}
.header .header-nav.has-vertical-menu .main-menu{
  
}
.header .header-nav .main-menu{
    float: left;
    margin: 0;
    position: relative;
}
.header .header-nav .text-in-right{
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
}
.main-menu
{
    font-weight:bold;
}
.main-menu::before,
.main-menu::after{
    display: table;
    content: " ";
}
.main-menu::after{
    clear: both;
    top:20px;
}
.main-menu &gt; li{
    display: inline-block;
    top:20px;
}
.main-menu &gt; li &gt; a{
    display: inline-block;
    font-size: 14px;
    color: white;
     
    font-weight: 700;
    line-height: 52px;
    padding: 0 19px;
    cursor: pointer;
}
.main-menu &gt; li:first-child &gt; a{
    padding-left: 0;
}
.main-menu .menu-item-has-children &gt; a:after{
    display: inline-block;
    vertical-align: top;
    content: "\f107";
    font-family: FontAwesome, sans-serif;
    margin-left: 5px;
}
.main-menu .show-submenu &gt; .submenu{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.main-menu &gt; .submenu &gt; .menu-item .submenu{
    left: 100%;
    top: 0;
}
.main-menu .submenu{
    list-style: none;
    text-align: left;
    position: absolute;
    z-index: 999;
    background-color: #EE285B;
    left: 0;
    top: 100%;
    margin-top: -1px;
    min-width: 216px;
    padding: 17px 0;
    color:white;
    opacity: 0;
    display: block;
    visibility: hidden;
}

div.custom-menu-class ul {
    margin:20px 0px 20px 0px;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    text-align:right;
}
div.custom-menu-class li {
    padding: 0px 20px 0px 0px;
    display: inline;
} 
div.custom-menu-class a { 
    color:#FFFFFF;
}

 
.main-menu .submenu.megamenu,
.top-bar-menu .submenu.megamenu{
    padding: 30px 40px;
}
.main-menu li{
    list-style: none;
    position: relative;
}
.main-menu .submenu li{
    width: 100%;
    position: relative;
}
.main-menu .submenu &gt; li &gt; a{
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: white;
    padding: 8px 20px;
     
}
.main-menu .submenu &gt; li:hover,
.main-menu .submenu &gt; li.active{
    
}
.main-menu .submenu li &gt; .submenu{
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 216px;
}
.megamenu .widget_nav_menu .widgettitle{
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #222222;
    margin: 0 0 5px 0;
}
.megamenu .widget_nav_menu ul{
    padding: 0;
}
.megamenu .widget_nav_menu ul li{
    list-style: none;
    line-height: 24px;
}
.megamenu .widget_nav_menu ul li a{
    font-size: 13px;
    padding: 0;
}
.demo-title{
    font-size: 14px;
    text-transform: uppercase;
    color: #242424;
    font-weight: 600;
    margin-bottom: 10px;
}
/*.header.style1.style2*/
.header.style2 .top-header{
    background-color: #3f3f3f;
}
.header.style2 .top-bar-menu li a{
    color: #ffffff;
}
.header.style2 .top-bar-menu li.menu-item-has-children &gt; a::before{
    color: #aaaaaa;
}
.header.style2 .top-bar-menu &gt; li &gt; a::after{
    background-color: rgba(255, 255, 255, 0.22);
}
.header.style2 .top-bar-menu li .submenu{
    background-color: #3f3f3f;
}
.header.style2 .header-socilas .social{
    color: #aaaaaa;
}
.header.style2 .header-socilas .social:hover{
    color: #ffffff;
}
.header.style2 .header-nav{
    background-color: #f5f5f5;
}
.header.style2 .header-nav-inner{
    background-color: #f5f5f5;
}
.header.style2 .sticky-wrapper.is-sticky .header-nav.header-sticky{
    background-color: #f5f5f5;
}
.header.style2 .verticalmenu-content{
    padding-bottom: 19px;
}
/*header.style1.style3*/
.header.style3 .top-header{
    background-color: #f6f6f6;
    border: none;
}
.header.style3 .header-socilas .social{
    color: #666666;
}
.header.style3 .header-socilas .social:hover{
    color: #ffffff;
}
.header.style3 .box-header-nav{
    float: right;
    display: block;
}
.header.style3 .header-control .box-header-nav{
    display: inline-block;
}
.header.style3 .block-minicart{
    line-height: 39px;
}
.header.style3 .block-minicart::before{
    display: none;
}
.header.style3 .block-nav-categori .block-title{
    background-color: #296dc1;
}
.header.style3 .menu-block-search{
    display: table-cell;
    vertical-align: middle;
}
.header.style3 .form-search-width-category .form-content{
    float: none;
    padding-left: 19px;
}
.header.style3 .form-search-width-category .form-content .inner{
    width: 465px;
}
.header.style3 .form-search-width-category .form-content .inner input{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
.header.style3 .form-search-width-category .form-content .category::before{
    left: auto;
    right: 0;
}
.header.style3 .form-search-width-category .chosen-container-single .chosen-single{
    -webkit-border-radius: 21px 0 0 21px;
    -moz-border-radius: 21px 0 0 21px;
    border-radius: 21px 0 0 21px;
    border: none;
}
.header.style3 .form-search-width-category .form-content .btn-search{
    background-color: #235ea6;
}
.header.style3 .header-contact-phone{
    display: table-cell;
    vertical-align: middle;
}
.header.style3 .header-contact-phone .hotline{
    float: right;
    padding: 0 0 0 20px;
    color: #ffffff;
    min-width: 180px;
}
.header.style3 .header-contact-phone .hotline .content .phone{
    color: inherit;
}
.header.style3 .verticalmenu-content{
    padding-bottom: 24px;
}
.header.style3 .block-nav-categori{
    width: 277px;
}
.header.style3 .verticalmenu-content{
    min-width: 277px;
}
@media (min-width: 1500px) {
    body.wide-container .header.style2 .form-search-width-category .form-content{
        width: 100%;
    }
    body.wide-container .header.style2 .form-search-width-category .chosen-container-single,
    body.wide-container .header.style2 .form-search-width-category .form-content .category{
        width: 145px !important;
    }
    body.wide-container .header.style2 .form-search-width-category .form-content .inner{
        width: auto;
    }
}
/*header.style1.style4*/
.header.style4 .top-header{
    background-color: #3f3f3f;
    border: none;
}
.header.style4 .top-bar-menu &gt; li &gt; a{
    color: #ffffff;
}
.header.style4 .top-bar-menu &gt; li &gt; a::after{
    background-color: rgba(221, 221, 221, 0.3);
}
.header.style4 .top-bar-menu li.menu-item-has-children &gt; a::before{
    color: #e6e6e6;
}
.header.style4 .header-socilas .social{
    color: #ffffff;
}
.header.style4 .form-search-width-category .chosen-container-single{
    width: 127px !important;
}
.header.style4 .form-search-width-category .form-content{
    float: left;
}
.header.style4 .form-search-width-category .form-content .inner{
    max-width: -webkit-calc(100% - 186px);
    max-width: -moz-calc(100% - 186px);
    max-width: calc(100% - 186px);
    width: 144px;
}
.header.style4 .form-search-width-category .form-content .inner input{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
}
.header.style4 .form-search-width-category .form-content .category::before{
    left: auto;
    right: 0;
}
.header.style4 .form-search-width-category .chosen-container-single .chosen-single{
    -webkit-border-radius: 21px 0 0 21px;
    -moz-border-radius: 21px 0 0 21px;
    border-radius: 21px 0 0 21px;
    border-left: 1px solid #e6e6e6;
    padding: 0 15px
}
.header.style4 .form-search-width-category .chosen-container-single .chosen-single div{
    width: 24px;
}
.header.style4 .logo{
    text-align: center;
}
.header.style4 .header-nav{
    background-color: #e9e9e9;
}
.header.style4 .verticalmenu-content{
    min-width: 277px;
}
.header.style4 .block-nav-categori{
    width: 277px;
}
.header.style4 .hotline{
    padding-right: 20px;
}
.header.style4 .block-minicart{
    padding-left: 20px;
}
@media (min-width: 1200px) {
    body:not(.wide-container) .header.style4 .show-button-all .view-all-categori{
        margin-top: 2px;
    }
}
@media (min-width: 1500px) {
    body.wide-container .header.style4 .block-nav-categori{
        width: 336px;
    }
    body.wide-container .header.style4 .show-button-all .view-all-categori{
        margin-top: 11px;
    }
    body.wide-container .mb1-1k5{
        margin-bottom: 9px;
    }
}

/*header.style1.style4.style5*/
.header.style5{
    background-color: #252525;
}
.header.style5 .top-header{
    border-bottom: 1px solid #333333;
    background-color: #252525;
}
.header.style5 .top-bar-menu li a{
    color: #aaaaaa;
}
.header.style5 .top-bar-menu &gt; li &gt; a::after{
    background-color: rgba(221, 221, 221, .3);
}
.header.style5 .top-bar-menu li.menu-item-has-children &gt; a::before{
    color: #aaaaaa;
}
.header.style5 .header-socilas .social{
    color: #eeeeee;
}
.header.style5 .header-socilas .social:hover{
    color: #ffffff;
}
.header.style4.style5 .form-search-width-category .chosen-container-single .chosen-single{
    background-color: transparent;
    border-color: #444444;
}
.header.style5 .chosen-container-single .chosen-single div b:before{
    color: #aaaaaa;
}
.header.style5 .chosen-container .chosen-drop{
    background-color: #252525;
    border-color: #444444;
}
.header.style5 .form-search-width-category .form-content input{
    background-color: transparent;
    border-color: #444444;
}
.header.style5 .form-search-width-category .form-content .category::before{
    background-color: #444444;
}
.header.style5 .form-search-width-category .form-content .btn-search{
    background-color: transparent;
    border: 1px solid #444444;
    border-left: none;
    color: #aaaaaa;
}
.header.style5 .logo{
    text-align: center;
}
.header.style5 .hotline .content .phone{
    color: #eeeeee;
}
.header.style5 .block-minicart::before{
    background-color: rgba(255, 255, 255, .2);
}
.header.style5 .block-minicart::after{
    color: #eeeeee;
}
.header.style5 .block-minicart .cart-icon::before{
    color: #eeeeee;
}
.header.style5 .block-minicart .cart-text .woocommerce-Price-amount{
    color: #eeeeee;
}
.header.style5 .header-nav{
    background-color: #EE285B;
}
.header.style5 .header-nav-inner{
    background-color: #EE285B;
}
.header.style5 .header-nav .main-menu{
    text-align: center;
    float: none;
}
.header.style5 .header-nav .main-menu &gt; li &gt; a{
    color: #aaaaaa;
}
.header.style5 .menu-bar .icon span{
    background-color: #ffffff;
}
.header.style5 .search-icon-mobile{
    color: #ffffff;
}
/*header.style1.style6*/
.header.style6 .top-bar-menu&gt;li&gt;a{
    color: #ffffff;
}
.header.style6 .top-bar-menu li a:hover,
.header.style6 .top-bar-menu li a:focus,
.header.style6 .top-bar-menu li.menu-item-has-children .submenu li.active a{
    color: #222222;
}
.header.style6 .top-bar-menu li.menu-item-has-children &gt; a:hover::before{
    color: #222222;
}
.header.style6 .top-bar-menu &gt; li &gt; a::after{
    background-color: #ffffff;
}
.header.style6 .top-bar-menu li.menu-item-has-children &gt; a::before{
    color: #ffffff;
}
.header.style6 .header-socilas .social{
    color: #ffffff;
}
.header.style6 .header-socilas .social:hover{
    background-color: #222222;
}
.header.style6 .top-header{
    border: none;
}
.header.style6 .main-header{
    padding: 25px 0;
}
.header.style6 .top-header .top-header-wrap:before,
.header.style6 .top-header .top-header-wrap:after{
    content: '';
    display: table;
}
.header.style6 .top-header .top-header-wrap:after{
    clear: both;
}
.header.style6 .top-header .top-header-wrap{
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header.style6 .form-search-width-category .form-content .inner{
    max-width: -webkit-calc(100% - 198px);
    max-width: -moz-calc(100% - 198px);
    max-width: calc(100% - 198px);
}
.header.style6 .form-search-width-category .chosen-container-single{
    width: 139px !important;
}
.header.style6 .form-search-width-category .chosen-container-single .chosen-single{
    border: none;
    -webkit-border-radius: 21px 0 0 21px;
    -moz-border-radius: 21px 0 0 21px;
    border-radius: 21px 0 0 21px;
}
.header.style6 .form-search-width-category .form-content .category::before{
    right: 0;
    left: auto;
}
.header.style6 .form-search-width-category .form-content input{
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.header.style6 .form-search-width-category .form-content .btn-search{
    background-color: #ffffff;
    color: #aaaaaa;
}
.header.style6 .hotline{
    color: #ffffff;
}
.header.style6 .hotline .icon{
    font-size: 30px;
    line-height: 42px;
    margin: 0;
}
.header.style6 .hotline .content .text{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 21px;
}
.header.style6 .hotline .content .text.info2{
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.header.style6 .cart-icon{
    color: #ffffff;
}
.header.style6 .block-minicart::before{
    background-color: rgba(255, 255, 255, .3);
}
.header.style6 .block-minicart::after{
    color: #ffffff;
}
.header.style6 .block-minicart .cart-icon .count{
    background-color: #222222;
}
.header.style6 .block-minicart .cart-text .text2{
    color: #ffffff;
}
.header.style6 .block-minicart .cart-text .woocommerce-Price-amount{
    color: #ffffff;
}
.header.style6 .header-nav{
    background-color: #f4f4f4;
}
.header.style6 .header-nav-inner{
    background-color: #f4f4f4;
}
.header.style6 .main-menu &gt; li &gt; a{
    color: #222222;
}
.header.style6 .header-nav .text-in-right{
    color: #222222;
}
.header.style6 .search-icon-mobile{
    color: #ffffff;
}
.header.style6 .form-search-width-category .form-content{
    float: left;
    margin-left: 50px;
}
.header.style6 .form-search-width-category .form-content .category select{
    border: none;
    background-color: #fff;
    -webkit-border-radius: 21px 0 0 21px;
    -moz-border-radius: 21px 0 0 21px;
    border-radius: 21px 0 0 21px;
    padding: 10px 15px;
}
.techone-verticalmenu.block-nav-categori{
    width: 100%;
    display: block;
}
.techone-verticalmenu.block-nav-categori .verticalmenu-content{
    padding-bottom: 15px;
    min-width: 1px;
    position: static;
}
.techone-verticalmenu.block-nav-categori.always-open .verticalmenu-content{
    display: block;
    height: auto;
    opacity: 1;
    visibility: inherit;
    border: solid 1px #e6e6e6;
    border-top: none;
    width: 100%;
}
.techone-verticalmenu.block-nav-categori.always-open.has-open .verticalmenu-content{
    height: 0;
    opacity: 0;
    visibility: hidden;
}
/*.header.style1.style7*/
.header.style7 .top-header{
    border: none;
}
.header.style7 .top-bar-menu &gt; li &gt; a{
    color: #222222;
}
.header.style7 .top-bar-menu li.menu-item-has-children &gt; a::before{
    color: #222222;
    font-weight: normal;
}
.header.style7 .top-bar-menu &gt; li &gt; a::after{
    background-color: rgba(0, 0, 0, 0.3);
}
.header.style7 .top-bar-menu.left:last-child{
    float: right;
}
.header.style7 .style7-mainmenu &gt; li &gt; a::after{
    display: none;
}
.header.style7 .top-bar-menu.left:last-child &gt; li:last-child &gt; a::after{
    display: block;
}
.header.style7 .top-bar-menu.right &gt; li:first-child &gt; a{
    padding-left: 15px;
}
.header.style7 .form-search-width-category .form-content .inner{
    max-width: -webkit-calc(100% - 198px);
    max-width: -moz-calc(100% - 198px);
    max-width: calc(100% - 198px);
}
.header.style7 .form-search-width-category .chosen-container-single{
    width: 139px !important;
}
.header.style7 .form-search-width-category .chosen-container-single .chosen-single{
    border: none;
    -webkit-border-radius: 21px 0 0 21px;
    -moz-border-radius: 21px 0 0 21px;
    border-radius: 21px 0 0 21px;
}
.header.style7 .form-search-width-category .form-content .category::before{
    right: 0;
    left: auto;
}
.header.style7 .form-search-width-category .form-content input{
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.header.style7 .form-search-width-category .form-content .btn-search{
    background-color: #ffffff;
    color: #aaaaaa;
}
.header.style7 .hotline{
    color: #222222;
}
.header.style7 .hotline .icon{
    font-size: 30px;
    line-height: 42px;
    margin-top: 0;
}
.header.style7 .hotline .content .text{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 21px;
}
.header.style7 .hotline .content .text.info2{
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    color: #666666;
}
.header.style7 .cart-icon{
    color: #222222;
}
.header.style7 .block-minicart::before{
    background-color: rgba(0, 0, 0, .3);
}
.header.style7 .block-minicart::after{
    color: #222222;
}
.header.style7 .block-minicart .cart-icon .count{
    background-color: #ffffff;
    color: #222222;
}
.header.style7 .block-minicart .cart-text .woocommerce-Price-amount{
    color: #222222;
}
.header.style7 .box-header-nav{
    padding: 18px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.header.style7 .sticky-wrapper.is-sticky .box-header-nav{
    padding: 0;
}
.header.style7 .main-menu &gt; li &gt; a{
    font-size: 13px;
    font-weight: 400;
    color: #444444;
    padding: 0 6px;
}
@media (min-width: 1500px){
    body.wide-container .header.style7 .main-menu &gt; li &gt; a{
        padding: 0 10px;
    }
}
.header.style7 .main-menu &gt; li &gt; a .icon{
    margin-right: 5px;
    font-size: 24px;
    vertical-align: middle;
    height: 52px;
    display: inline-block;
    line-height: 47px;
}
.header.style1.style7 .main-menu &gt; li:hover &gt; a,
.header.style1.style7 .main-menu &gt; li.active &gt; a{
    color: #111;
    text-decoration: underline;
}
.header.style7 .main-menu &gt; li:first-child &gt; a{
    padding-left: 0;
}
.header.style7 .main-menu &gt; li:last-child &gt; a{
    padding-right: 0;
}
.header.style7 .main-menu &gt; li &gt; a .icon img{
    margin-bottom: 5px;
    margin-right: 1px;
}
.header.style7 .search-icon-mobile{
    color: #222222;
}
.header.style7 .main-header{
    padding: 25px 0;
}
/*=======================
 PRODUCT WOOCOMERCE THEME
========================*/
/*general*/
/*.shop_banner*/
.shop_banner .owl-nav .owl-prev,
.shop_banner .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 15px;
    color: #fff;
    display: inline-block;
    width: 39px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #c1c1c1;
    margin: 0;
}
.shop_banner .owl-nav .owl-prev{
    left: 10px;
}
.shop_banner .owl-nav .owl-next{
    right: 10px;
}
.shop_banner .owl-nav .owl-prev:hover,
.shop_banner .owl-nav .owl-next:hover{
    background-color: #f29f29;
}
.products.product-item{
    border: none;
}
.products.auto-clear 
.products.auto-clear::after{
    display: table;
    content: '';
}
.products.auto-clear::after{
    clear: both;
}
.products .product-category{
    list-style: none;
    padding: 0;
    margin-bottom: -1px;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.products .product-category .product-inner{
    padding: 10px;
	border: 1px solid #F0E9E4;
}
.products .product-category:hover{
    z-index: 9;
}
.products .product-category:hover .product-inner{
    -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .36);
    -moz-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .36);
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .36);
}
.products .product-category a:hover{
    color: #666666;
}
.woocommerce-loop-category__title{
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0;
}
.woocommerce-loop-category__title .count{
    background-color: transparent;
    color: #666666;
    padding: 0;
}
.products &gt; .product-item &gt; .product-inner{
    border: 1px solid #F0E9E4;
    margin-top: -1px;
    margin-left: -1px;
	border-radius:1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	margin:20px;
	background-color:#F4EEE8;
	max-height:530px;

}
.product-item{
    position: relative;
    list-style: none;
}
.product-inner{
   background-color:#F4EEE8;
    position: relative;
}

.product-item .product-thumb{
    position: relative;
    z-index: 0;
}
.product-item .product-thumb .thumb-inner{
    text-align: center;
    overflow: hidden;
		border-top-left-radius:1em;
	border-top-right-radius:1em;
	-webkit-border-top-right-radius: 1em;
	-moz-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-moz-border-top-left-radius: 1em;
}


@media ( max-width: 767px ) {
    .product-item .product-thumb .thumb-inner .thumb-link{
        display: inline-block;
				border-top-left-radius:1em;
	border-top-right-radius:1em;
	-webkit-border-top-right-radius: 1em;
	-moz-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-moz-border-top-left-radius: 1em;
		margin:15px;
    }
}
.product-item .flashs{
 
    top: 0;
    left: -10px;
    z-index: 1;
    float: right;
}
.product-item .onsale,
.product-item .new,
.single-product .onsale,
.single-product .new{
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding: 0 10px 0 14px;
    border-bottom: 1px solid;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    float: left;
    clear: both;
}
.product-item .onsale:before,
.product-item .new:before,
.single-product .onsale:before,
.single-product .new:before{
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    border-style: solid;
    border-width: 15px 8px;
}
.product-item .onsale,
.single-product .onsale{
    background-color: #e5534c;
    border-bottom-color: #7e150f;
    
}
.product-item .onsale::before,
.single-product .onsale:before{
    border-color: #e5534c transparent transparent #e5534c;
}
.product-item .new,
.single-product .new{
    background-color: #4081d1;
    border-bottom-color: #0d4283;
	display:none;
}
.product-item .new::before,
.single-product .new:before{
    border-color: #4081d1 transparent transparent #4081d1;
}

.summary .entry-title{
    font-size: 20px;
    color: #1268b8;
    font-weight: 600;
    margin-bottom: 10px;
}
.summary .woocommerce-product-rating{
    margin-bottom: 17px;
}
.summary .product-overview{
    padding-bottom: 36px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 26px;
}
.summary .product-overview p:last-child{
    margin-bottom: 0;
}
.summary .variations{
    margin-bottom: 25px;
}
.summary .variations .variation{
    margin-bottom: 5px;
}
.summary &gt; p.cart{
    float: left;
    margin: 0;
}
.single_variation_wrap .quantity{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.single_variation_wrap .quantity .btn-number{
    float: left;
    font-size: 0;
    color: #8e8e8e;
    text-align: center;
    display: inline-block;
    width: 34px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e6e6e6;
}
.single_variation_wrap .quantity .btn-number::before{
    font-family: FontAwesome, sans-serif;
    font-size: 13px;
}
.single_variation_wrap .quantity .btn-number.quantity-minus::before{
    content: '\f068';
}
.single_variation_wrap .quantity .btn-number.quantity-plus::before{
    content: '\f067';
}
.single_variation_wrap .quantity .input-qty{
    float: left;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #8e8e8e;
    text-align: center;
    width: 52px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    border-left: none;
    border-right: none;
    background-color: #ffffff;
}
.product-name{
    font-size: 14px;
    line-height: 18px;
    color: #555555;
    margin: 0;
	font-weight:bold;
	text-align:left;
	margin-left:3px;
	min-height:40px;
	
}
.product-name a{
    color: #555;
}
.product-title{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #555555;
    margin: 0;
	text-align:center;
	font-weight:bold;
}
.product-title a{
    color: inherit;
}
.product-item-des{
    font-size: 13px;
    line-height: 20px;
    margin: 20px 0 32px;
}
.product-item-des p:last-child{
    margin-bottom: 0;
}
.product-info .price{
    width: 100%;
    display: inline-block;
	padding-bottom:10px;
}
.product-info
{
	background-color:#F4EEE8;
	padding:0;
}
.star-rating{
    white-space: nowrap;
    line-height: 100%;
    display: block;
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 76px;
    letter-spacing: 4px;
    margin-bottom: 4px;
}
.star-rating:before,
.star-rating span:before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f005\f005\f005\f005\f005";
    font-size: 12px;
    color: #e2e2e2;
    margin-left: 1px;
    line-height: 100%;
}
.star-rating span{
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 100%;
}
.star-rating span:before{
    color: #f29f29;
}
.woocommerce-review-link{
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
}
.woocommerce-Price-amount{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #534FB5;
	margin-left:1em;
}
del .woocommerce-Price-amount{
    font-size: 13px;
    font-weight: 400;
    color: #888888;
    text-decoration: line-through;
}
.price{
    margin: 0;
}
.price ins{
    text-decoration: none;
    display: inline-block;
    color: #e5534c;
}
.price ins .woocommerce-Price-amount,
.product-price ins .woocommerce-Price-amount{
    color: #e5534c;
}
.product-info-stock-sku{
    margin: 1px 0 14px 0;
}
.product-info-stock-sku .stock{
    font-size: 13px;
    line-height: 28px;
    font-weight: 600;
}
.product-info-stock-sku .stock.in-stock,
.product-info-stock-sku .available{
    color: #35b035;
}
.product-info-stock-sku .stock.out-of-stock{
    color: #e5534c;
}
.product-info-stock-sku .stock .label{
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    padding: 0;
}
.product-item.list .product-info-stock-sku{
    margin-bottom: 0;
    margin-top: -4px;
}
/*add to cart*/

.added_to_cart,
.product_type_simple,
.product_type_external,
.product_type_grouped{
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 49%;
    background-color:#534FB5;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    z-index: 999;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.add_to_cart_button
{
	background-color:white;
}
.add_to_cart_button:hover,
.add_to_cart_button:focus,
.added_to_cart:hover,
.added_to_cart:focus,
.product_type_simple:hover,
.product_type_simple:focus,
.product_type_external:hover,
.product_type_external:focus,
.product_type_grouped:hover,
.product_type_grouped:focus{
    color: #ffffff;
}
.add_to_cart_button.loading{
    font-size: 0;
}
.add_to_cart_button.loading::before{
    font-family: FontAwesome, sans-serif;
    -webkit-animation: spin 1s infinite steps(8);
    animation: spin 1s infinite steps(8);
    content: "\f110" !important;
    font-size: 17px;
    display: inherit;
    line-height: inherit;
}
.add_to_cart_button.added{
    display: none;
}
/
/*compare*/
.compare::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f0ec';
    font-size: 17px;
    padding-right: 10px;
}
.compare.added::before{
    content: '\f00c';
}
/*group-button*/
.group-button{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}
.product-item:hover .group-button{
	/* opacity: 1;
    display: block;
    visibility: visible;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);*/
}
.group-button .add_to_cart_button,
.group-button .added_to_cart,
.group-button .product_type_simple,
.group-button .product_type_external,
.group-button .product_type_grouped{
    float: left;
    margin: 0 5px 5px 0;
}
.group-button .yith-wcwl-add-to-wishlist a,
.group-button .compare-button .compare{
    display: inline-block;
    width: 41px;
    height: 41px;
    line-height: 37px;
    font-size: 0;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin-top: 0;
    background-color: #ffffff;
}

/*single-product*/
/*.single-product .single-right*/
.single-product .product_title{
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #222222;
    margin: 12px 0 8px 0;
}
.single-product .star-rating{
    display: inline-block;
    margin-bottom: 0;
}
.single-product .product-overview p{
    font-size: 14px;
    line-height: 20px;
    color: #8e8e8e;
    margin-bottom: 35px;
}
#digitalworld_menu_id60941c3d331d7{
    margin-left:-31px;
}
#menu-item-6741
{
    margin-left:-31px;
}
.summary .price .woocommerce-Price-amount{
    font-size: 26px;
    display: inline-block;
    font-weight: 600;
    line-height: 28px;
    color: black;
    margin-left: 0px;
}
.single-product.product .price del .woocommerce-Price-amount{
    font-size: 20px;
}
.summary:before,
.summary:after{
    content: '';
    display: table;
}
.summary:after{
    clear: both;
}
.single-product .product_meta{
    display: block;
    float: left;
    width: 100%;
}
.single-product .product_meta &gt; span{
    display: block;
}
.single-product .group_table tr th{
    font-size: 14px;
    font-weight: 600;
    color: #8e8e8e;
}
.single-product .group_table .label-product label{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.single-product .group_table .quantity{
    margin: 0;
}
.single-product .group_table .price .woocommerce-Price-amount{
    font-size: 18px;
    font-weight: 400;
}
.single-product .group_table .price del .woocommerce-Price-amount{
    font-size: 13px;
}
.single-product .quantity{
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
}
.single-product .quantity .control{
    width: 120px;
}
.single-product .quantity .btn-number{
    width: 34px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
}
.single-product .quantity .input-qty{
    width: 52px;
    height: 40px;
    line-height: 40px;
    border: none !important;
}
.single_add_to_cart_button{
    float: left;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #534FB5    ;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    color: #534FB5;
    background-color: #ffffff;
}
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus,
.single-product .compare:hover::before,
.single-product .yith-wcwl-add-to-wishlist a:hover,
.single-product .yith-wcwl-wishlistaddedbrowse a:hover::before,
.single-product .yith-wcwl-wishlistexistsbrowse a:hover::before{
    color: #ffffff;
}






.single-product .yith-wcwl-add-to-wishlist,
.single-product.product .compare{
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.single-product.product .yith-wcwl-add-to-wishlist{
    margin-right: 0;
}
.single-product .yith-wcwl-add-to-wishlist a,
.single-product .compare{
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 0;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
}
.single-product .yith-wcwl-add-to-wishlist{
    display: inline-block;
    font-size: 0;
    margin-top: 0;
}
.single-product .yith-wcwl-add-to-wishlist a::before,
.single-product .compare::before{
    padding-right: 0;
}
/*.single-product .single-left*/
.single-product .single-left{
    position: relative;
	 
}
.single-product .single-left .flashs{
    left: 0;
    position: absolute;
    z-index: 10;
}
.woocommerce-product-gallery{
    position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    text-decoration: none;
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    background-color: #169fda;
    color: #ffffff;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover{
    background-color: #1781ae;
    border-color: #1781ae;
    color: #ffffff;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before{
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0;
}
.woocommerce-product-gallery .flex-viewport{
    text-align: center;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs{
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .owl-stage-outer{
    margin-right: -5px;
    padding-right: 5px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li{
    list-style: none;
    display: inline-block;
    float: left;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs &gt; li{
    width: 25%;
    padding: 5px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img{
    border: 1px solid #e6e6e6;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.owl-loaded{
    position: relative;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.owl-loaded .owl-stage-outer{
    overflow: hidden;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.owl-loaded .owl-item{
    display: inline-block;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.owl-loaded .owl-nav .owl-prev,
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.owl-loaded .owl-nav .owl-next{
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #dddddd;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.owl-loaded .owl-nav .owl-prev{
    left: -19px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.owl-loaded .owl-nav .owl-next{
    right: -19px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.owl-loaded .owl-nav .owl-prev:hover,
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.owl-loaded .owl-nav .owl-next:hover{
    color: #ffffff;
}
/*form-cart*/
.form-cart{
    margin-bottom: 40px;
}
.form-cart-left{
    padding: 0 20px;
    border: 1px solid #e6e6e6;
}
/*.shop_table*/
.shop_table{
    border: none;
}
.shop_table ul{
    padding: 0;
}
.shop_table ul li{
    list-style: none;
}
.shop_table .woocommerce-Price-amount{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #222222;
}
.shop_table del .woocommerce-Price-amount{
    font-size: 13px;
    font-weight: 400;
    color: #888888;
    text-decoration: line-through;
}
.shop_table thead tr th{
    font-weight: 600;
    color: #8e8e8e;
}
.shop_table thead,
.shop_table tbody,
.shop_table tfoot{
    background-color: transparent;
}
.shop_table thead{
    border-bottom: 1px solid #e6e6e6;
}
.shop_table tr{
    border-bottom: 1px solid #e6e6e6;
}
.shop_table tr.cart-subtotal{
    border-bottom: none;
}
.shop_table.shop_table_responsive tr:last-child{
    border-bottom: none;
}
.shop_table.shop_table_responsive tr.cart_item:last-child{
    border-bottom: 1px solid #e6e6e6;
}
.shop_table tfoot tr:last-child{
    border: none;
}
.shop_table tr th:last-child,
.shop_table tr td:last-child{
    text-align: right;
}
.shop_table tr td.wishlist-empty{
    text-align: center;
}
.shop_table tr th,
.shop_table tr td{
    border: none;
    font-size: 14px;
    padding: 10px 15px;
}
.shop_table tr th:first-child,
.shop_table tr td:first-child{
    padding-left: 0;
}
.shop_table tr th:last-child,
.shop_table tr td:last-child{
    padding-right: 0;
}
.shop_table tr td.product-thumbnail img{
    width: 100px;
    height: auto;
}
.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox{
    text-align: left;
}
.woocommerce .wishlist_table td.product-add-to-cart a{
    display: inline-block !important;
    margin: 0;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td{
    border-color: #e6e6e6;
}
.woocommerce table.wishlist_table tbody td{
    padding: 10px 15px;
}
.woocommerce table.wishlist_table tbody td:first-child,
.woocommerce table.wishlist_table tbody td:last-child{
    padding: 10px 0;
}
.wishlist_table tr td.product-thumbnail a{
    max-width: 100px;
    width: 100px;
}
.product-remove .remove{
    font-size: 0;
    line-height: 28px;
    color: #888888;
}
.product-remove .remove::before{
    font-family: FontAwesome, sans-serif;
    content: '\f00d';
    font-size: 12px;
}
.quantity,
.quantity .control{
    overflow: hidden;
}
.quantity .control{
    width: 110px;
}
.quantity .btn-number{
    float: left;
    font-size: 0;
    color: #8e8e8e;
    text-align: center;
    display: inline-block;
    width: 31px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e6e6e6;
    border-radius:10px;
}
.quantity .btn-number::before{
    font-family: FontAwesome, sans-serif;
    font-size: 12px;
}
.quantity .btn-number.quantity-minus::before{
    content: '\f068';
}
.quantity .btn-number.quantity-plus::before{
    content: '\f067';
}
.quantity .input-qty{
    float: left;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #8e8e8e;
    text-align: center;
    width: 48px;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    border-left: none;
    border-right: none;
    background-color: #ffffff;
    border:none;
}
.continue_shoping{
    float: left;
}
.clear_cart.update_cart{
    text-align: right;
}
.clear_cart.update_cart .cart_update_cart{
    margin-left: 7px;
}
.continue_shoping a,
#cart_clear_cart,
.clear_cart.update_cart .cart_update_cart{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #534FB5    ;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    color: #fff;
    background-color: #534FB5;

}
.continue_shoping a:hover,
#cart_clear_cart:hover,
.clear_cart.update_cart .cart_update_cart:hover{
    color: #ffffff;
}
.cart-collaterals{
    margin: 30px 0 50px 0;
}
.cart-collaterals h3{
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #222222;
    text-transform: uppercase;
    margin: 20px 0;
}
.cart-collaterals .table-wrap{
    border: 1px solid #e6e6e6;
    padding: 19px;
}
.cart-collaterals .table-wrap .table-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #222222;
    text-transform: uppercase;
    padding: 12px 0 20px 0;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
}
.cart-actions .coupon{
    position: relative;
}
.cart-actions .coupon .input-text{
    width: 100%;
    padding: 6px 90px 6px 20px;
    background-color: #fff;
    border-radius:35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
}
.cart-actions .coupon .button{
    position: absolute;
    right: -8px;
    top: 3px;
    padding: 0 25px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;    
    font-size: 14px;
    font-weight: 600;
     border:none;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    color: #534FB5;
    background-color: #fff;
}
.wc-proceed-to-checkout{
    margin-bottom: 10px;
}
.wc-proceed-to-checkout .button{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 35px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #534FB5    ;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    color: #fff;
    background-color: #534FB5;
}
.wc-proceed-to-checkout a.button,
.wc-proceed-to-checkout input.button:hover{
    color: #ffffff;
}
/*checkout in cart*/
.calculated_shipping .shop_table .woocommerce-Price-amount{
    font-size: 16px;
    color: #555555;
}
.shop_table tr.shipping{
    vertical-align: top;
}
.shop_table tr.shipping td &gt; p{
    margin: 0;
}
.shop_table tr.shipping td label,
.shop_table tr.shipping td &gt; p a{
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #555555;
}
table.cart .actions{
    padding-top: 30px;
}
.shipping-calculator-form{
    margin-top: 10px;
}
.shipping-calculator-form p{
    float: none;
    width: auto;
}
.shipping-calculator-form p input{
    width: auto;
    color: #555555;
    font-size: 15px;
    font-weight: 600;
}
.shipping-calculator-form p select{
    width: 222px;
}
.shipping-calculator-form p .button{
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    min-width: 187px;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    background-color: #eeeeee;
}
/*woocommerce-tabs*/
.woocommerce-tabs{
    margin-top: 30px;
}
.wc-tabs{
    padding: 0;
    overflow: hidden;
    margin-bottom: -1px;
}
.shop_attributes{
    margin-bottom: 0;
}
.wc-tabs li{
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 7px;
    text-align: center;
}
.wc-tabs li.description_tab a{
    padding: 0 29px;
}
.wc-tabs li.additional_information_tab a{
    padding: 0 19px;
}
.wc-tabs li.reviews_tab a{
    padding: 0 25px;
}
.wc-tabs li a{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #eeeeee;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 0 10px;
}
.wc-tabs li a:hover{
    color: #ffffff;
}
.wc-tabs li.active a{
    height: 50px;
    line-height: 50px;
    color: #ffffff;
}
.woocommerce-Tabs-panel{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    padding: 25px 20px;
}
.woocommerce-Tabs-panel p:last-child{
    margin-bottom: 0;
}
.woocommerce-Reviews.woocommerce-Reviews-title{
    font-size: 18px;
    color: #333333;
    margin: 0;
}
/*comment*/
.comment-respond .stars a{
    font-size: 0;
    color: #ccc;
    display: inline-block;
    border-right: 1px solid #e6e6e6;
    padding: 0 10px;
    line-height: 12px;
}
.comment-respond .stars a:first-child{
    padding-left: 0;
}
.comment-respond .stars a:last-child{
    padding-right: 0;
    border-right: none;
}
.comment-respond .stars a:before{
    font-family: FontAwesome, sans-serif;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 2px;
}
.comment-respond .stars a.star-1:before{
    content: "\f005";
}
.comment-respond .stars a.star-2:before{
    content: "\f005\f005";
}
.comment-respond .stars a.star-3:before{
    content: "\f005\f005\f005";
}
.comment-respond .stars a.star-4:before{
    content: "\f005\f005\f005\f005";
}
.comment-respond .stars a.star-5:before{
    content: "\f005\f005\f005\f005\f005";
}
.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond input[type=number],
.comment-respond textarea,
.comment-respond select{
    width: 100%;
}

@media (max-width: 500px ) {
    .comment-respond .stars a {
        padding: 0 5px;
    }
}
/*comment product*/
.woocommerce-Reviews-title{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.commentlist{
    list-style: none;
    padding: 0;
}
.commentlist .comment{
    list-style: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.commentlist .avatar{
    width: 70px;
    height: 70px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.commentlist .comment-text{
    overflow: hidden;
    padding-left: 20px;
}
.commentlist .comment-text .meta{
    margin-bottom: 10px;
}
@media (max-width: 500px ) {
    .commentlist .avatar{
        margin-right: 10px;
    }
    .commentlist .comment-text{
        overflow: visible;
        padding-left: 0;
    }
    .commentlist .description{
        display: inline-block;
        width: 100%;
        padding-top: 14px;
    }
    .commentlist li.review + li{
        margin-top: 20px;
    }
    .woocommerce-Tabs-panel{
        padding: 25px 15px;
    }
}
/*owl product*/
.owl-carousel:hover{
    z-index: 99;
}
@media (min-width: 1025px) {
    .list-owl-product-style-18.product-list-owl .owl-stage-outer:hover,
    .list-owl-product-style-17.product-list-owl .owl-stage-outer:hover,
    .list-owl-product-style-1.product-list-owl .owl-stage-outer:hover,
    .list-owl-product-style-5.product-list-owl .owl-stage-outer:hover,
    .list-owl-product-style-8.product-list-owl .owl-stage-outer:hover,
    .list-owl-product-style-11.product-list-owl .owl-stage-outer:hover{
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .list-owl-product-style-18.product-list-owl .owl-stage-outer.moveover,
    .list-owl-product-style-17.product-list-owl .owl-stage-outer.moveover,
    .list-owl-product-style-1.product-list-owl .owl-stage-outer.moveover,
    .list-owl-product-style-5.product-list-owl .owl-stage-outer.moveover,
    .list-owl-product-style-8.product-list-owl .owl-stage-outer.moveover,
    .list-owl-product-style-11.product-list-owl .owl-stage-outer.moveover{
        padding-bottom : 150px;
        margin-bottom :  -150px;
    }
}
.owl-stage-outer:hover .owl-item{
    opacity: 0;
    visibility: hidden;
}
.owl-stage-outer:hover .owl-item.active{
    opacity: 1;
    visibility: visible;
}
.product-items{
    padding: 0;
}
.product-items .owl-nav{
    position: absolute;
    right: 10px;
    top: -37px;
}
/*block-header*/
.block-header{
    margin-bottom: 30px;
}
.block-header .block-content{
    
    padding-left: 1px;
}
.page-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    color: #534FB5;
    margin: -7px 0 10px 0;
}
.shop_banner{
    margin-bottom: 20px;
}
.wishlist-title h2{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    color: #222222;
    margin: 0 0 10px 0;
}
.wishlist_table .add_to_cart.button{
    line-height: 40px;
    padding: 0 15px;
}
/*toolbar-products*/
.toolbar-products{
    padding: 7px 18px;
    margin-bottom: 30px;
    background-color: white;
}
.woocommerce-ordering{
    float: left;
    z-index: 9;
}
.woocommerce-ordering .chosen-container-single{
    width: 163px !important;
  
}
.woocommerce-ordering .chosen-container-single .chosen-single{
   
	border:none;
    padding: 0 20px;
    background-color: #ffffff;
    height: 33px !important;
    line-height: 33px !important;
	color:#534FB5;
	font-weight:bold;

}
.woocommerce-ordering .chosen-container-single .chosen-single span{
    font-size: 13px;
}
.woocommerce-ordering .chosen-container-single .chosen-single div{
    width: 25px;
}
.toolbar-products .modes{
    text-align: right;
}
.toolbar-products .modes .modes-mode{
    display: inline-block;
    padding-left: 25px;
    font-size: 13px;
    line-height: 33px;
    color:  #534FB5;
}
.toolbar-products .modes .modes-mode:first-child{
    padding-left: 0;
}
.toolbar-products .modes .modes-mode:hover,
.toolbar-products .modes .modes-mode.active{
    color: #534FB5;
}
.toolbar-products .modes .modes-mode:before{
    display: inline-block;
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
}
.toolbar-products .modes .modes-mode.mode-grid:before{
    content: '\f009';
}
.toolbar-products .modes .modes-mode.mode-list:before{
    content: '\f00b';
}
/*woof_products_top_panel*/
.woof_products_top_panel{
    z-index: 8;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
}
.woof_products_top_panel a{
    color: #000;
}
/*product-list-grid*/
.product-list-grid{
    padding-left: 0;
}
.product-item.list .product-inner{
    overflow: hidden;
    padding: 35px 9px
		
}
.product-item.list .product-thumb{
    float: left;
}
.product-item.list .product-thumb img{
    width: 270px;
    height: auto;
}
.product-item.list .flashs &gt; span:first-child{
    margin-top: 0;
}
.product-item.list .product-info{
    border-top: none;
    padding: 9px 0;
    margin: 0;
    overflow: hidden;
}
.product-item.list .inner{
    display: table;
    width: 100%;
}
.product-item.list .product-info-left{
    display: table-cell;
    border-right: 1px solid #e6e6e6;
    padding: 0 10px;
    vertical-align: middle;
}
.product-item.list .product-info-left .product-name{
    font-size: 16px;
}
.product-item.list .product-info-left .price .woocommerce-Price-amount{
    font-size: 20px;
}
.product-item.list .product-info-left .price del .woocommerce-Price-amount{
    font-size: 15px;
}
.product-item.list .product-info-right{
    vertical-align: middle;
    display: table-cell;
    width: 190px;
    padding-left: 30px;
}
.main-menu li span
{
    display: flex;
    justify-content: center;
    /* padding: 0px; */
    /* margin: auto; */
    margin-bottom: -10px;
}

.product-item.list .add_to_cart_button,
.product-item.list .added_to_cart,
.product-item.list .product_type_simple,
.product-item.list .product_type_external,
.product-item.list .product_type_grouped{
    color: #fff;
    border: none;
}
.product-item.list .compare-button{
    margin-top: 8px;
}
/*product-item.style1*/
.product-inner.style1{
     margin:10px;
    background-color: #fff;
	border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
	border-top-left-radius:25px;
}
.product-item:hover .product-inner.style1{
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
}
.product-inner.style1:hover{
    z-index: 1;
}
.product-inner.style1 .product-info{
    border-top: 1px solid #e6e6e6;
    padding: 14px 0 0 0;
    overflow: hidden;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.product-inner.style1 .group-button{
    border: 1px solid #e6e6e6;
    left: -1px;
    right: -1px;
    width: calc(100% + 2px);
}
@media (max-width: 1199px) {
    .product-inner.style1 .group-button{
        border: none;
    }
}
.owl-carousel .product-item.style1:last-child{
    margin-bottom: 0;
}
/*product-item.style2*/
.product-inner.style2{
    overflow: hidden;
    padding: 20px 0;
}
.product-item.style2.products{
    border: none;
}
.product-item.style2.products .product-inner.style2{
    padding: 20px 10px 20px 20px;
}
.product-item.style2 .product-thumb{
    float: left;
    width: 195px;
}
.product-item.style2 .flashs{
    left: -20px;
}
.product-item.style2.products .product-thumb{
    padding-left: 0;
}
.product-item.style2 .product-info{
    overflow: hidden;
    padding: 0 10px;
}
.product-item.style2.products .product-info{
    overflow: hidden;
    padding: 35px 0 0 10px;
}
/*product-item.style3*/
.product-inner.style3{
    padding: 10px 35px 11px 35px;
}
.product_gallery{
    padding-top: 10px;
    padding-bottom: 33px;
}
.product_gallery .owl-item .gallery_single_img img{
    border: 1px solid #e6e6e6;
    cursor: pointer;
}
.product-inner.style3 .star-rating{
    width: 93px;
}
.product-inner.style3 .star-rating:before,
.product-inner.style3 .star-rating span:before{
    font-size: 13px;
}
.product-inner.style3 .product-name{
    font-size: 16px;
}
/*product-item.style4*/
.product-inner.style4{
    overflow: hidden;
    background-color: transparent;
}
.product-inner.style4 .product-thumb{
    float: left;
}
.product-inner.style4 .flashs{
    left: 0;
}
.product-inner.style4 .product-thumb img{
    border: 1px solid #e6e6e6;
    width: 80px;
    height: auto;
}
.product-inner.style4 .product-info{
    overflow: hidden;
    padding-left: 10px;
}
/*product-item.style5*/
.product-inner.style5{
    padding: 10px 19px 19px 19px;
}
.product-inner.style5 .product-thumb{
    margin-bottom: 7px;
}
.product-inner.style5 .flashs{
    left: -19px;
}
.product-inner.style5 .group-button .inner{
    padding: 0 19px 30px 19px;
}
.product-item.style5:hover .product-inner{
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
}
/*product-item.style6*/
.product-inner.style6{
    padding: 0 19px 29px 19px;
}
.product-inner.style6 .flashs{
    display: none;
}
.product-inner.style6 .product-thumb{
    padding: 10px 15px;
}
.product-inner.style6 .product-info{
    text-align: center;
}
.product-inner.style6 .star-rating{
    margin: 0 auto;
}
.product-item.style6 .product-count-down .box-count{
    padding-top: 3px;
    width: 47px;
    height: 47px;
}
.product-item.style6 .product-count-down .box-count .text{
    text-transform: uppercase;
}
/*product-item.style7*/
.product-item.style7{
    background-color: #ffffff;
}
.product-item.style7.best-selling{
    padding: 0 9px 0 0;
}
.product-inner.style7{
    position: relative;
    overflow: hidden;
    padding: 11px 0 8px 0;
    border-bottom: 1px solid #e6e6e6;
}
.product-item.style7:last-child .product-inner{
    border: none;
}
.product-inner.style7 .product-thumb{
    float: left;
}
.product-inner.style7 .product-thumb .thumb-inner img{
    width: 80px;
    height: auto;
	border-radius:1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
}
.product-inner.style7 .product-info{
    overflow: hidden;
    padding-left: 9px;
}

/*.product-inner.style8*/
.product-inner.style8{
    background-color: transparent;
    padding-bottom: 15px;
}
.product-item.style8:hover .product-inner{
    background-color: #ffffff;
}
.product-inner.style8 .flashs{
    left: 0;
    top: 10px;
}
.product-inner.style8 .product-name a{
    color: #aaaaaa;
}
.product-inner.style8:hover .product-name a{
    color: #555555;
}
.product-item.style8:hover .woocommerce-Price-amount{
    color: #888888;
}
.product-inner.style8 .group-button{
    border: none;
    left: 0;
    width: 100%
}
.product-inner.style8 .yith-wcqv-button{
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 10px;
}
.product-inner.style8 .product-info{
    margin: 0;
    padding: 14px 0 0 0;
}
.product-item.style8:hover .product-info{
    margin: 0 10px;
}
.product-inner.style8 .product-name{
    color: #aaaaaa;
}
.product-inner.style8 .woocommerce-Price-amount{
    color: #ffffff;
}
.product-inner.style8 .price del .woocommerce-Price-amount{
    color: #888888;
}
.product-inner.style8 .price ins .woocommerce-Price-amount{
    color: #e5534c;
}
.product-inner.style8 .group-button .add_to_cart_button,
.product-inner.style8 .group-button .added_to_cart,
.product-inner.style8 .group-button .product_type_external,
.product-inner.style8 .group-button .product_type_grouped{
    font-size: 0;
    width: 40px;
    min-width: 40px;
    padding: 0;
}
.product-inner.style8 .add_to_cart_button::before,
.product-inner.style8 .added_to_cart::before,
.product-inner.style8 .product_type_external::before,
.product-inner.style8 .product_type_grouped::before{
    font-family: FontAwesome, sans-serif;
    content: '\f218';
    font-size: 19px;
    line-height: 38px;
}
/*.product-item.style9*/
.product-inner.style9{
    border: 1px solid #e6e6e6;
    padding: 9px;
    overflow: hidden;
    position: relative;
}
.product-item.style9:hover .product-inner{
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
}
.product-inner.style9 .product-thumb{
    float: left;
}
.product-inner.style9 .product-thumb img{
    width: 190px;
    height: auto;
}
.product-inner.style9 .yith-wcqv-button{
    bottom: 12px;
}
.product-inner.style9 .product-info{
    overflow: hidden;
    padding-top: 25px;
    padding-left: 10px;
}
.product-item.style9:hover .group-button{
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.product-inner.style9 .group-button{
    position: absolute;
    top: auto;
    bottom: 8px;
    left: 210px;
    width: auto;
    margin-top: 10px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.product-inner.style9 .group-button .inner{
    padding: 0;
    display: inline-block;
}
.product-inner.style9 .group-button .add_to_cart_button,
.product-inner.style9 .group-button .added_to_cart,
.product-inner.style9 .group-button .product_type_simple,
.product-inner.style9 .group-button .product_type_external,
.product-inner.style9 .group-button .product_type_grouped{
    font-size: 0;
    width: 40px;
    min-width: 40px;
    margin: 0 10px 0 0;
    padding: 0;
    height: 40px;
    line-height: 38px;
}
.product-inner.style9 .group-button .add_to_cart_button::before,
.product-inner.style9 .group-button .added_to_cart::before,
.product-inner.style9 .group-button .product_type_simple::before,
.product-inner.style9 .group-button .product_type_external::before,
.product-inner.style9 .group-button .product_type_grouped::before{
    font-family: FontAwesome, sans-serif;
    content: '\f218';
    font-size: 18px;
}
.product-inner.style9 .group-button .compare-button{
    margin: 0 10px 0 0;
}
.product-inner.style9 .group-button .yith-wcwl-add-to-wishlist{
    margin: 0;
}
.product-inner.style9 .group-button .add_to_cart_button:hover::before,
.product-inner.style9 .group-button .add_to_cart_button:focus::before,
.product-inner.style9 .group-button .added_to_cart:hover::before,
.product-inner.style9 .group-button .added_to_cart:focus::before,
.product-inner.style9 .group-button .product_type_simple:hover::before,
.product-inner.style9 .group-button .product_type_simple:focus::before,
.product-inner.style9 .group-button .product_type_external:hover::before,
.product-inner.style9 .group-button .product_type_external:focus::before,
.product-inner.style9 .group-button .product_type_grouped:hover::before,
.product-inner.style9 .group-button .product_type_grouped:focus::before,
.product-inner.style9 .group-button .compare-button .compare:hover::before,
.product-inner.style9 .group-button .compare-button .compare:focus::before,
.product-inner.style9 .group-button .compare-button .compare.added:hover::before,
.product-inner.style9 .group-button .compare-button .compare.added:focus::before,
.product-inner.style9 .group-button .yith-wcwl-add-to-wishlist a:hover::before,
.product-inner.style9 .group-button .yith-wcwl-add-to-wishlist a:focus::before{
    color: #222222;
}
.woo_product_ajax_loadmore{
    text-align: center;
    line-height: 40px;
    padding-top: 5px;
}
.woo_product_ajax_loadmore_btn{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 19px;
    color: #aaaaaa;
}
.woo_product_ajax_loadmore_btn::before{
    font-family: FontAwesome, sans-serif;
    content: '\f067';
    margin-right: 7px;
}
/*.product-item.style10*/
.product-inner.style4.style10{
    background-color: transparent;
}
.product-inner.style4.style10 .product-thumb img{
    border: none;
}
.product-item.style10 .product-name a{
    color: #aaaaaa;
}
.product-inner.style4.style10 .product-name{
    color: #aaaaaa;
}
.product-inner.style4.style10 .woocommerce-Price-amount{
    color: #ffffff;
}
.product-inner.style4.style10 .price del .woocommerce-Price-amount{
    color: #888888;
}
.product-inner.style4.style10 .price ins .woocommerce-Price-amount{
    color: #e5534c;
}
/*.product-inner.style1.style11*/
.product-inner.style11 .group-button .add_to_cart_button,
.product-inner.style11 .group-button .added_to_cart,
.product-inner.style11 .group-button .product_type_external,
.product-inner.style11 .group-button .product_type_grouped{
    font-size: 0;
    width: 40px;
    min-width: 40px;
    padding: 0;
    height: 41px;
}
.product-inner.style11 .group-button .add_to_cart_button::before,
.product-inner.style11 .group-button .added_to_cart::before,
.product-inner.style11 .group-button .product_type_external::before,
.product-inner.style11 .group-button .product_type_grouped::before{
    font-family: FontAwesome, sans-serif;
    content: '\f218';
    font-size: 19px;
    line-height: 38px;
}
/*product-count-down*/
.product-count-down{
    padding-top: 20px;
}
.product-count-down .techone-countdown{
    overflow: hidden;
}
.product-count-down .techone-countdown .box-count{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    background-color: #f1f1f1;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
}
.product-count-down .techone-countdown .box-count:last-child{
    margin: 0;
}
.product-count-down .techone-countdown .box-count .number{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #222222;
}
.product-count-down .techone-countdown .box-count .text{
    display: inline-block;
    width: 100%;
    font-size: 11px;
    line-height: 16px;
    color: #aaaaaa;
}
.product-count-down .techone-countdown .dot{
    display: none;
}
.product-item.style2 .product-count-down .techone-countdown .box-count{
    width: 42px;
    height: 42px;
}
.product-item.style2 .product-count-down .techone-countdown .box-count .number{
    font-size: 16px;
    line-height: 20px;
}
.product-item.style2 .product-count-down .techone-countdown .box-count .text{
    font-size: 10px;
    line-height: 12px;
}
.product-item.style2.products .product-count-down .techone-countdown .box-count{
    width: 42px;
    height: 42px;
}
.product-item.style2.products .product-count-down .techone-countdown .box-count .number{
    line-height: 14px;
}
.product-item.style2.products .product-count-down .techone-countdown .box-count .text{
    line-height: 6px;
    text-transform: uppercase;
}
/*product-item.style2*/
.product-inner.style12{
    overflow: hidden;
    padding: 20px 0;
}
.product-item.style12 .product-inner{
    padding: 15px 10px 15px 15px;
}
.product-item.style12 .product-thumb{
    float: left;
    width: 165px;
}
.product-item.style12 .flashs{
    left: -20px;
}
.product-item.style12 .product-thumb{
    padding-left: 0;
}
.product-item.style12 .product-info{
    overflow: hidden;
    padding: 0 10px;
}
.product-item.style12 .product-info{
    overflow: hidden;
    padding: 20px 0 0 10px;
}
.product-item.style12 .product-count-down .box-count{
    width: 38px;
    height: 38px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0;
}
.product-item.style12 .product-count-down .box-count:last-child{
    margin-right: 0;
}
.product-item.style12 .product-count-down .box-count .text{
    text-transform: uppercase;
}
.product-list-owl .product-item.style12{
    padding: 1px;
}
/*=================
  BLOG THEME
==================*/
.post-item{
    overflow: hidden;
}
.post-item .post-thumb{
    padding-bottom: 15px;
}
.post-item-info{
    padding: 0 0 30px 0;
}
.post-name{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.post-name a{
    color: inherit;
}
.post-title{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}
.post-password-form input[type=submit]{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    vertical-align: top;
}
.post-metas{
    font-size: 13px;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.post-item-info .post-metas{
    border-bottom: 1px solid #e6e6e6;
}
.post-item-info .post-metas &gt; span{
    padding-right: 45px;
}
.post-metas .time{
    color: #999999;
}
.post-metas .time .day{
    font-size: 20px;
    font-weight: 600;
}
.post-content p{
    font-size: 14px;
    line-height: 20px;
}
.post-content p:last-child{
    margin: 0;
}
.post-excerpt{
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    padding: 0 0 23px 0;
}
.post-item-info .button{
    display: inline-block;
    height: 41px;
    line-height: 41px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 23px 0 24px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.post-item-info .button:hover{
    opacity: 0.9;
}
.post-footer .tags label{
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    margin: 0;
}
.post-footer .tags a{
    font-size: 13px;
    line-height: 20px;
}
.post-comments{
    display: inline-block;
    margin-top: 57px;
    width: 100%;
}
.post-comments .name-author{
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    margin: 0 0 18px;
    text-transform: uppercase;
}
.post-comments .block-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
    padding-bottom: 15px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
}
.comments{
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}
.comments .comment{
    margin-top: 30px;
}
.comments .comment .comment-respond{
    padding: 20px;
    background-color: #fafafa;
    margin-top: 30px;
}
.comments .comment .comment-respond .form-submit{
    margin-bottom: 0;
}
.comments .comment-body{
    border: 1px solid #e6e6e6;
    padding: 20px;
}
.comment-author{
    float: left;
}
.comment-content{
    font-size: 14px;
    line-height: 20px;
}
.comment-content .head .author{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
    text-transform: uppercase;
}
.comment-content .head .author:after{
    content: ' - ';
}
.comment-content .head .comment-meta{
    display: inline-block;
}
.comment-content .coment-text{
    color: #888888;
    margin-top: 15px;
}
.comment-content .coment-text p:last-child{
    margin: 0;
}
.date-reply-comment{
    margin-bottom: 10px;
}
.comment-reply-link{
    color: #333333;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}
.comments .children{
    list-style: none;
    padding: 0 0 0 30px;
}
.comment-respond .comment-reply-title{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 15px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e6e6e6;
}
.comment-respond .comment-form &gt; p{
    margin-bottom: 30px;
}
.comment-respond .comment-form label{
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #222222;
}
.comment-respond .form-submit input[type=submit]{
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/*====================
  WIDGET THEME
====================*/
/*---general---*/
.widget-area &gt; .widget{
    margin-bottom: 25px;
}
.widget-area .widget .widgettitle{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color:#EE285B;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.widget-area .widget select{
    margin-top: 20px;
}
.widget-area .widget p{
    font-size: 13px;
    line-height: 20px;
}
.widget-area .widget p:last-child{
    margin-bottom: 0;
}
.widget-area .widget ul{
    padding: 0;
    overflow: hidden;
}
.widget-area .widget ul li{
    list-style: none;
	color:#EE285B;
    padding: 5px 0;
    font-size: 13px;
    display: inline-block;
    float: left;
    width: 100%;
	font-weight:bold;
}
.widget-area .widget ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.widget-area .widget ul.children,
.widget-area .widget ul.sub-menu{
    padding-left: 17px;
    overflow: visible;
}
.widget-area .widget ul.children li,
.widget-area .widget ul.sub-menu li{    
      
    text-transform: capitalize;
    padding-top: 5px;
    padding-bottom: 0;
    border-bottom: none;
}
.widget-area .widget ul li a{
  
    display: inline-block;
	color:#EE285B;
	font-weight:bold;
}
.widget label{
    width: 100%;
    margin: 15px 0;
}
/*---particular---*/
.widget-area .widget_categories .widgettitle,
.widget-area .techone_latest_posts_widget .widgettitle,
.widget-area .widget_products .widgettitle,
.widget-area .widget_layered_nav .widgettitle,
.widget-area .widget_product_categories .widgettitle{
    margin-bottom: 0;
}
/*widget_text*/
.textwidget{
    overflow: hidden;
}
/*widget_search*/
.widget_search .searchform{
    display: inline-block;
    width: 100%;
    position: relative;
}
.widget_search .searchform .search-field{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #888888;
    padding: 0 75px 0 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
}
.widget_search .searchform .button{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 0;
    color: #555555;
    padding: 0;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border: 1px solid #e6e6e6;
    border-left: 0;
    background-color: transparent;
}
.widget_search .searchform .button:before{
    font-family: FontAwesome, sans-serif;
    content: '\f002';
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
}
/*widget_product_search*/
.widget_product_search .woocommerce-product-search{
    display: inline-block;
    width: 100%;
    position: relative;
}
.widget_product_search .woocommerce-product-search p{
    margin-bottom: 0;
}
.widget_product_search .woocommerce-product-search .search-field{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #888888;
    padding: 0 75px 0 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
}
.widget_product_search .woocommerce-product-search .button{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-left: 0;
    background-color: transparent;
}
.widget_product_search .woocommerce-product-search::before{
    font-family: FontAwesome, sans-serif;
    content: '\f002';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    color: #555555;
}
/*widget_categories*/
.widget_categories &gt; ul .cat-item{
    text-align: right;
}
.widget_categories &gt; ul .cat-item a{
    float: left;
}
.widget_categories &gt; ul .cat-item a::before{
    font-family: FontAwesome, sans-serif;
    content: '\f0da';
    margin: 0 8px 0 1px;
}
/*widget_product_categories*/
.widget_product_categories .cat-item{
    text-align: right;
}
.widget_product_categories .cat-item a{
    float: left;
}
/*widget_archive*/
.widget_archive ul li{
    text-align: right;
}
.widget_archive ul li a{
    float: left;
}
/*techone_latest_posts_widget*/
.techone_latest_posts_widget .block-content .latest-post{
    padding: 10px 0 0 0;
}
.techone_latest_posts_widget .block-content .latest-post li{
    overflow: hidden;
    list-style: none;
    padding-top: 11px;
    padding-bottom: 8px;
    border-bottom: none;
}
.techone_latest_posts_widget .block-content .latest-post li:last-child{
    padding-bottom: 0;
}
.techone_latest_posts_widget .block-content .latest-post li .item-photo{
    float: left;
}
.techone_latest_posts_widget .block-content .latest-post li .item-photo a{
    overflow: hidden;
    display: block;
}
.techone_latest_posts_widget .block-content .latest-post li .item-photo img{
    width: 80px;
    height: auto;
}
.techone_latest_posts_widget .block-content .latest-post li .item-detail{
    overflow: hidden;
    padding: 6px 0 0 10px;
}
.techone_latest_posts_widget .block-content .latest-post li .item-detail .item-name{
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #333333;
    text-transform: uppercase;
    padding-bottom: 7px;
}
.techone_latest_posts_widget .block-content .latest-post li .item-detail .item-athur{
    font-size: 13px;
    line-height: 16px;
    color: #aaaaaa;
}
/*techone_products widget_products .product_list_widget*/
.widget_products .widgettitle{
    font-size: 15px;
    font-weight: 700;
}
.widget-area .widget .product_list_widget li{
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}
.widget.techone_products .widgettitle{
    margin-bottom: 20px;
}
.product_list_widget li .thumb{
    border: 1px solid #E6E6E6;
}
.product_list_widget li .thumb,
.product_list_widget li &gt; a{
    float: left;
    overflow: hidden;
    text-align: center;
}
.product_list_widget li &gt; a{
    width: 80px;
    line-height: 20px;
}
.widget-area .product_list_widget li .thumb a{
    display: block;
    overflow: hidden;
}
.product_list_widget li img{
    display: block;
    text-align: center;
    width: 80px !important;
    height: auto;
    border: 1px solid #e6e6e6;
}
.widget-area .widget .product_list_widget li.item-product img{
    width: 100px !important;
    border: none;
}
.product_list_widget li .info{
    overflow: hidden;
    padding-left: 10px;
}
.product_list_widget .owl-nav{
    position: absolute;
    top: -44px;
    right: 0;
}
.widget.techone_products .widgettitle{
    margin-bottom: 10px;
}
/*widget_price_filter*/
.widget .woof .widget_price_filter .price_slider{
    margin: 6px 0 5px;
    display: block;
}
.widget .woof .widget_price_filter .ui-slider-horizontal{
    height: 5px;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border: none;
    background-color: #a5a5a5;
    position: relative;
}
.widget .woof .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #a5a5a5;
    border: none;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}
.widget .woof .widget_price_filter .ui-slider .ui-slider-handle{
    width: 16px;
    height: 16px;
    display: inline-block;
    border: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: -6px;
    margin: 0;
    cursor: pointer;
    outline: 0 none;
    position: absolute;
}
.widget_price_filter .price_slider_amount{
    overflow: hidden;
    margin-top: 19px;
}
.widget_price_filter .price_slider_amount .price_label{
    font-size: 13px;
    line-height: 30px;
}
.widget_price_filter .price_slider_amount .button{
    float: right;
    padding: 0;
    background: none;
    font-size: 14px;
    line-height: 30px;
    text-transform: none;
    color: #333333;
}
/*.WOOF_Widget*/
.widget-area .widget.WOOF_Widget .widgettitle{
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    margin-bottom: 11px;
    border: none;
    padding: 0;
}
.WOOF_Widget .woof_container{
    padding-bottom: 0;
    margin-bottom: 17px;
}
.WOOF_Widget .woof_container.woof_container_color,
.WOOF_Widget .woof_container:last-child{
    margin-bottom: 0;
}
.WOOF_Widget .woof_container h4{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #222222;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 0;
    margin-bottom: 20px;
}
.WOOF_Widget .woof_container .woof_list{
    padding: 0;
}
.widget-area .WOOF_Widget .woof_container .woof_list li{
    margin: 0 !important;
    color: #555555;
    padding: 0 !important;
    line-height: 30px;
    border: none;
}
.WOOF_Widget .woof_container .woof_list input[type="radio"],
.WOOF_Widget .woof_container .woof_list input[type="checkbox"]{
    display: none;
}
.WOOF_Widget .woof_container .woof_list li label{
    width: auto;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    cursor: pointer;
    color: #555555;
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
}
.WOOF_Widget .woof_container .woof_list li label .term-attr{
    width: 15px;
    height: 14px;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    border: 1px solid #e9e9e9;
    line-height: 12px;
    text-align: center;
    color: #ffffff;
    font-size: 8px;
}
.WOOF_Widget .woof_container:not(.woof_container_color) .woof_list li label .term-attr{
    background: #ffffff;
    background: -webkit-linear-gradient(90deg, #e6e6e6, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, #e6e6e6, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, #e6e6e6, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, #e6e6e6, #ffffff); /* Standard syntax (must be last) */
    filter: none;
}
.WOOF_Widget .woof_container .woof_list li label .term-attr::before{
    font-family: FontAwesome, sans-serif;
    content: "\f00c";
    display: none;
}
.WOOF_Widget .woof_container .woof_list li input[type="checkbox"]:checked + label .term-attr::before,
.WOOF_Widget .woof_container .woof_list li input[type="radio"]:checked + label .term-attr::before{
    display: inline-block;
}
.WOOF_Widget .woof_container .woof_childs_list_opener{
    vertical-align: middle;
    display: inline-block !important;
    float: right;
    margin: 7px 0 0;
    line-height: normal;
    width: 18px;
    height: 18px;
}
.widget-area .WOOF_Widget .woof_container .woof_childs_list{
    margin: 0 !important;
    padding-left: 17px;
}
.WOOF_Widget .woof_container ul &gt; li label .woof_is_closed,
.WOOF_Widget .woof_container ul &gt; li a .woof_is_closed,
.WOOF_Widget .woof_childs_list_opener span.woof_is_opened{
    background-image: none;
}
.WOOF_Widget .woof_container ul &gt; li label .woof_is_closed::before,
.WOOF_Widget .woof_container ul &gt; li a .woof_is_closed::before{
    font-family: FontAwesome, sans-serif;
    content: "\f067";
}
.WOOF_Widget .woof_container ul &gt; li label .woof_is_opened::before,
.WOOF_Widget .woof_container ul &gt; li a .woof_is_opened::before{
    font-family: FontAwesome, sans-serif;
    content: "\f068";
}
.WOOF_Widget .woof_container.woof_container_color .woof_list li{
    float: left;
    width: 50%;
}
.WOOF_Widget .woof_container.woof_container_color .woof_list li:nth-child(2n+1){
    clear: both;
}
.woof_radio_count,
.woof_checkbox_count{
    font-size: 12px;
    line-height: 30px;
    color: #aaaaaa;
    margin-left: 8px;
}
.woof_submit_search_form_container{
    margin: 6px 0 10px 0;
}
.woof_reset_search_form{
    float: none !important;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/*widget_layered_nav*/
.widget_layered_nav .wc-layered-nav-term{
    text-align: right;
}
.widget_layered_nav .wc-layered-nav-term a{
    float: left;
}
/*widget_calendar*/
.widget_calendar th, .widget_calendar td{
    padding: 0;
    text-align: center;
}
/*widget_rss*/
.rsswidget{
    font-size: 14px;
    color: #222222;
}
.rss-date{
    display: block;
}
.rssSummary{
    font-size: 13px;
    line-height: 20px;
}
/*=================
  PAGE THEME
==================*/
/*---about us---*/
/*techone-team-members*/
.techone-team-members{
    text-align: center;
}
.techone-team-members .shortcode_title{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 19px;
    color: #222222;
    margin: 20px 0;
    overflow: hidden;
}
.techone-team-members .shortcode_title::before,
.techone-team-members .shortcode_title::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    background-color: #e6e6e6;
    margin: auto;
}
.techone-team-members .shortcode_title::before{
    left: -85px;
}
.techone-team-members .shortcode_title::after{
    right: -85px;
}
.techone-team-members .des{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 55px;
}
.techone-team-members .member_name{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
    margin: 13px 0 0 0;
}
.techone-team-members .member_position{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 0;
}
.about-des{
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
.techone_custom_accordion{
    padding: 0 10px 0 46px;
}
.techone_custom_accordion .vc_tta-panel{
    margin: 17px 0;
}
.techone_custom_accordion .vc_tta-panel .vc_tta-title-text{
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #333333;
}
.techone_custom_accordion .vc_tta-panel .vc_tta-title-text::before{
    position: absolute;
    left: -66px;
    top: -10px;
    font-family: FontAwesome, sans-serif;
    content: '\f068';
    font-size: 14px;
    width: 46px;
    height: 41px;
    line-height: 41px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.techone_custom_accordion .vc_tta-panel.vc_active .vc_tta-title-text::before{
    content: '\f067';
    color: #ffffff;
}
.techone_custom_accordion .vc_tta-panel .vc_tta-title-text:hover::before{
    color: #ffffff;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading{
    background-color: transparent !important;
}
/*contact us*/
.hours .item &gt; div:first-child{
    color: #333333;
}
.wpcf7-form .techone_contact_form .form-group{
    overflow: hidden;
    margin-bottom: 30px;
}
.wpcf7-form .techone_contact_form .form-group label{
    font-size: 14px;
    color: #333333;
    width: 100%;
}
.wpcf7-form .techone_contact_form .form-group label .required{
    color: #333333;
}
.wpcf7-form .techone_contact_form .form-group .wpcf7-form-control-wrap,
.wpcf7-form .techone_contact_form .form-group .wpcf7-form-control-wrap input,
.wpcf7-form .techone_contact_form .form-group .wpcf7-form-control-wrap textarea{
    width: 100%;
}
.wpcf7-form .techone_contact_form .form-group .wpcf7-submit{
    padding: 0 26px;
    height: 41px;
    line-height: 41px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
/*cart-empty*/
.cart-empty{
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    color: #222222;
    margin: 0 0 30px 0
}
.return-to-shop .wc-backward{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}
/*breadcrumb*/
.breadcrumb{
    background-color: transparent;
    padding: 0;
    margin: 0 0 28px 0;
    line-height: 19px;
}
.breadcrumb .trail-item{
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
}
.breadcrumb .trail-item a{
    color: #222222;
}
.breadcrumb &gt; li + li:before{
    content: "\\ ";
    color: #333333;
    padding: 0 17px;
}
.woocommerce-breadcrumb{
    margin: 0 0 31px 0;
    font-size: 13px;
    line-height: 19px;
	color: #534FB5;
    text-transform: uppercase;
	font-weight:bold;
}
.woocommerce-breadcrumb a{
    color: #534FB5;
	font-weight:bold;
}
.woocommerce-breadcrumb a:after{
    content: "\\ ";
    color: #534FB5;
    padding: 0 17px;
}
.woo-breadcrumb-on-sidebar .shop-sidebar .woocommerce-breadcrumb{
    display: none;
}
@media (min-width: 768px) {
    .woo-breadcrumb-on-sidebar .woocommerce-breadcrumb{
        display: none;
    }
    .woo-breadcrumb-on-sidebar .shop-sidebar .woocommerce-breadcrumb{
        display: block;
    }
}
/*checkout*/
.woocommerce-checkout.checkout h3{
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #222222;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
   
}
.woocommerce-billing-fields__field-wrapper{
    overflow: hidden;
}
.woocommerce-checkout .checkout_coupon,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-account-fields{
    overflow: hidden;
}
.woocommerce-form__label-for-checkbox{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    position: relative;
    padding-left: 25px;
    margin: 0;
}
.woocommerce-form__label-for-checkbox input[type="checkbox"]{
    display: none;
}
.woocommerce-form__label-for-checkbox &gt; span::before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    background: -webkit-linear-gradient(90deg, #e6e6e6, #ffffff);
    background: -o-linear-gradient(0deg, #e6e6e6, #ffffff);
    background: -moz-linear-gradient(0deg, #e6e6e6, #ffffff);
    background: linear-gradient(0deg, #e6e6e6, #ffffff);
    filter: none;
    position: absolute;
    top: 3px;
    left: 0;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span:after{
    font-family: FontAwesome, sans-serif;
    content: '\f00c';
    display: inline-block;
    width: 15px;
    height: 14px;
    line-height: 14px;
    font-size: 8px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
}
.woocommerce-account-fields span{
    text-transform: capitalize;
}
body .woocommerce .form-row{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.form-row.form-row-first{
    width: 50%;
    padding-right: 15px;
}
.form-row.form-row-last{
    width: 50%;
}
.form-row label{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #222222;
}
.form-row input{
    width: 100%;
    font-size: 14px;
    color: #888888;
}
.form-row textarea{
    width: 100%;
}
.woocommerce-checkout-payment{
    overflow: hidden;
 
    padding: 30px 15px 0 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.woocommerce-checkout-payment .payment_methods{
    padding: 0;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method{
    list-style: none;
}
#add_payment_method #payment .payment_box,
.woocommerce-checkout #payment .payment_box{
    
    box-sizing: border-box;
    width: 100%;
    
    margin-left: 15px;
    font-size: 14px;
    border-radius: 3px;
    line-height: 20px;
  
    color: #515151;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before{
    content: "";
    display: none;
    
}
.woocommerce-checkout-payment .payment_box p{
    margin-bottom: 0;
    line-height: 20px;
}
.form-row .button{
    display: inline-block;
    width: auto;
    padding: 0 25px;
    height: 44px;
    line-height: 44px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
}
.form-row .button:hover{
    opacity: 0.9;
}
.form-row .button.alt{
    height: 38px;
    line-height: 38px;
}
.validate-required label .required{
    display: none;
}
.validate-required label::after{
    content: '*';
    font-size: 14px;
}
.coupon input[type=submit]{
    float: left;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #534FB5    ;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    color: #534FB5;
    background-color: #ffffff;
}
/*login*/
.woocommerce &gt; h2{
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #222222;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
#customer_login h2{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #222222;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0;
    border-bottom: 1px solid #e6e6e6;
}
#customer_login .woocommerce-form-login{
    overflow: hidden;
}
#customer_login .form-row{
    margin-bottom: 15px;
}
#customer_login .form-row .button{
    height: 38px;
    line-height: 38px;
}
#customer_login .form-row label{
    font-weight: 400;
    color: #333333;
}
#customer_login .woocommerce-login-account{
    float: left;
    width: auto;
}
#customer_login .woocommerce-login-account label{
    width: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    display: block;
    padding-left: 25px;
    margin-bottom: 25px;
    position: relative;
}
#customer_login .woocommerce-LostPassword{
    float: right;
    line-height: 20px;
}
#customer_login label .required{
    color: #fcd022;
}
/*account*/
.woocommerce-MyAccount-navigation{
    width: 270px;
    float: left;
    background-color: #f8f8f8;
}
.woocommerce-MyAccount-navigation ul{
    padding: 10px 0;
}
.woocommerce-MyAccount-navigation ul li{
    line-height: 40px;
    list-style: none;
    padding: 0 20px;
}
.woocommerce-MyAccount-content{
    overflow: hidden;
    padding-left: 30px;
}
.woocommerce-MyAccount-content .title h3{
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #222222;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.woocommerce-MyAccount-content .woocommerce-Button{
    display: inline-block;
    width: auto;
    padding: 0 25px;
    height: 44px;
    line-height: 44px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
}
/*=================
SHORTCODE THEME
=================*/
/*section-header*/
.section-header{
    border-bottom: 2px solid;
    background-color: #f4f4f4;
    position: relative;
}
.section-header .section-title{
    display: inline-block;
    position: relative;
    height: 46px;
    line-height: 42px;
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    min-width: 230px;
}
.section-header .section-title::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    top: -5px;
}
.section-header .section-title::after{
    position: absolute;
    content: '';
    border-style: solid;
    border-width: 6px 0 0 5px;
    border-color: transparent transparent transparent #333333;
    top: -5px;
    right: -5px;
}
/*section-header.style2*/
.section-header.style2{
    background-color: #ffffff;
    border-bottom: 1px solid #E6E6E6;
}
.section-header.style2 .section-title{
    background-color: #ffffff;
    color: #222222;
    padding: 0;
    width: 100%;
    min-width: 1px;
    line-height: 54px;
    height: auto;
}
.section-header.style2 .section-title .text{
    display: block;
}
.section-header.style2 .section-title:before{
    display: none;
}
.section-header.style2 .section-title::after{
    display: none;
}
.section-header.style3{
    background-color: #191919
}
.section-header.style3 .section-title::after{
    border-color: transparent transparent transparent #6b6b6b;
}
.section-header.style3 ~ .techone-blogs .owl-carousel .owl-prev:hover,
.section-header.style3 ~ .techone-blogs .owl-carousel .owl-next:hover{
    color: #fff;
}
.header.style3 .sticky-wrapper.is-sticky .main-header{
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
/*section-header.style4*/
.section-header.style4 .section-title{
    color: #222222;
}
/*techone-tabs*/
.techone-tabs .tab-panel{
    min-height: 200px;
}
.techone-tabs .tab-head .tabs-link{
    display: block;
    overflow: hidden;
    float: right;
    padding-left: 20px;
    padding-right: 90px;
}
.techone-tabs .tab-head .tabs-link li{
    list-style: none;
    display: inline-block;
    float: left;
    padding-left: 25px;
    height: 46px;
    line-height: 46px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.techone-tabs .tab-head .tabs-link li:first-child{
    padding-left: 0;
}
.techone-tabs.layout2 .section-header{
    background-color: #191919;
}
.techone-tabs.layout2 .section-header .section-title::after{
    border-color: transparent transparent transparent #6b6b6b;
}
.techone-tabs.layout2 .owl-carousel .owl-prev:hover,
.techone-tabs.layout2 .owl-carousel .owl-next:hover{
    color: #ffffff;
}
/*techone-newsletter*/
.techone-newsletter .block-content{
    overflow: hidden;
}
.techone-newsletter .block-content .subtitle{
    width: 45%;
    float: left;
    padding-right: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #aaaaaa;
}
.techone-newsletter .block-content .newsletter-form-wrap{
    max-width: 470px;
    width: 55%;
    float: left;
    position: relative;
}
.techone-newsletter .block-content .newsletter-form-wrap .email{
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #aaaaaa;
    height: 41px;
    line-height: 41px;
    border: none;
    padding: 0 130px 0 30px;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
}
.techone-newsletter .block-content .newsletter-form-wrap .submit-newsletter{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    width: 100px;
    padding: 0;
    text-align: center;
    border-radius: 0 21px 21px 0;
    -moz-border-radius: 0 21px 21px 0;
    -webkit-border-radius: 0 21px 21px 0;
}
.techone-newsletter .block-content .newsletter-form-wrap .submit-newsletter:hover{
    opacity: 0.8;
}
/*techone-newsletter.default*/
.techone-newsletter.default .widgettitle{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 20px;
    margin: 0;
    padding-bottom: 38px;
}
.techone-newsletter.default .block-content .newsletter-form-wrap{
    margin-top: 6px;
}
/*techone-newsletter.layout2*/
.techone-newsletter.layout2{
    padding: 20px 30px 30px 30px;
    text-align: center;
}
.techone-newsletter.layout2 .widgettitle{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    color: #ffffff;
    margin: 0;
}
.techone-newsletter.layout2 .block-content .subtitle{
    font-size: 14px;
    line-height: 20px;
    color: #f2f2f2;
    width: 100%;
    padding: 0;
}
.techone-newsletter.layout2 .block-content .newsletter-form-wrap{
    width: 100%;
    max-width: 100%;
    margin-top: 33px;
}
.techone-newsletter.layout2 .block-content .newsletter-form-wrap .email{
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
.techone-newsletter.layout2 .block-content .newsletter-form-wrap .submit-newsletter{
    width: 100%;
    height: 49px;
    line-height: 49px;
    position: static;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/*techone-newsletter.layout3*/
.techone-newsletter.layout3 .widgettitle{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 20px;
    margin: 0;
    padding-bottom: 30px;
}
.techone-newsletter.layout3 .block-content .subtitle{
    font-size: 13px;
    line-height: 24px;
    color: #aaaaaa;
    width: 100%;
    padding: 0;
    float: none;
}
.techone-newsletter.layout3 .block-content .newsletter-form-wrap{
    width: 100%;
    margin-bottom: 10px;
    margin-top: 33px;
    position: relative;
}
.techone-newsletter.layout3 .block-content .newsletter-form-wrap::before{
    font-family: FontAwesome, sans-serif;
    content: '\f003';
    position: absolute;
    left: 21px;
    top: 0;
    font-size: 15px;
    line-height: 42px;
    color: #888888;
}
.techone-newsletter.layout3 .block-content .newsletter-form-wrap .email{
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 101px 0 47px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    color: #888888;
}
.techone-newsletter.layout3 .block-content .newsletter-form-wrap .submit-newsletter{
    width: 80px;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    font-size: 13px;
    color: #ffffff;
}
/*techone-blogs*/
.techone-blogs .blog-item .post-info &gt; a{
    display: inline-block;
    font-size: 13px;
    line-height: 29px;
    color: #bbbbbb;
}
.techone-blogs .blog-item .post-info &gt; a::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f0a9';
    margin-left: 8px;
}
.techone-blogs .blog-item .head{
    overflow: hidden;
    padding-bottom: 15px;
}
.techone-blogs .blog-item .time{
    width: 40px;
    height: 45px;
}
.techone-blogs .blog-item .time .day{
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    display: block;
    width: 40px;
    height: 27px;
    line-height: 27px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    background-color: #e9e9e9;
}
.techone-blogs .blog-item .time .month{
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    display: block;
    width: 40px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
}
.techone-blogs .blog-item .post-title{
    overflow: hidden;
    padding-left: 11px;
    line-height: 17px;
    max-height: 34px;
}
.techone-blogs .blog-item .post-title a{
    color: #333;
}
.techone-blogs .blog-item .post-metas{
    color: #aaaaaa;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
}
.techone-blogs .blog-item .post-metas &gt; span{
    position: relative;
    padding: 0 10px;
    display: inline-block;
    float: left;
}
.techone-blogs .blog-item .post-metas &gt; span:first-child{
    padding-left: 0;
}
.techone-blogs .blog-item .post-metas &gt; span:last-child{
    padding-right: 0;
}
.techone-blogs .blog-item .post-metas &gt; span::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #e6e6e6;
}
.techone-blogs .blog-item .post-metas &gt; span:last-child::after{
    display: none;
}
.techone-blogs .blog-item .blog-des{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}
/*.techone-blogs.default*/
.techone-blogs.default .blog-item{
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
}
.techone-blogs.default.no-border .blog-item{
    border: none;
}
.techone-blogs.default .blog-item .post-thumb{
    float: left;
    width: 250px;
}
.techone-blogs.default .blog-item .post-info{
    overflow: hidden;
    padding: 29px 20px 10px;
}
.techone-blogs.default .blog-item .post-metas{
    padding-bottom: 13px;
    margin: 0;
}
.techone-blogs.default .blog-item .time{
    float: left;
}
/*techone-blogs.layout2*/
.techone-blogs.layout2 .blog-item .post-thumb{
    position: relative;
}
.techone-blogs.layout2 .blog-item .post-head{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.techone-blogs.layout2 .blog-item .post-metas{
    padding-top: 9px;
    padding-bottom: 7px;
}
.techone-blogs.layout2 .blog-item .post-metas &gt; span{
    display: inline;
    width: auto;
    height: auto;
}
.techone-blogs.layout2 .blog-item .post-title{
    padding: 0;
}
/*techone-iconbox*/
.techone-iconbox{
    overflow: hidden;
}
.techone-iconbox .icon{
    font-size: 30px;
    line-height: 20px;
}
.techone-iconbox .content .title{
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}
.techone-iconbox .content .text{
    font-size: 13px;
    line-height: 20px;
    color: #888888;
}
/*.techone-iconbox.default*/
.techone-iconbox.default{
    display: table;
    padding: 0 15px;
    margin: 0 auto;
}
.techone-iconbox.default .icon,
.techone-iconbox.default .content{
    display: table-cell;
    vertical-align: middle;
}
.techone-iconbox.default .content{
    padding-left: 10px;
}
.border-left-right-1{
    border-left: 1px solid rgba(133, 133, 133, .2);
    border-right: 1px solid rgba(133, 133, 133, .2);
}
/*techone-iconbox.layout2*/
.techone-iconbox.layout2 .content .title{
    font-size: 14px;
}
.techone-iconbox.layout2{
    text-align: center;
    padding: 13px 0;
    border: 1px solid #e6e6e6;
    margin-bottom: 9px;
}
.techone-iconbox.layout2:last-child{
    margin-bottom: 5px;
}
/*techone-iconbox.layout3*/
.techone-iconbox.layout3{
    display: table;
}
.techone-iconbox.layout3 .icon{
    display: table-cell;
    vertical-align: middle;
    color: #666666;
    font-size: 18px;
    text-align: center;
}
.techone-iconbox.layout3 .icon span{
    display: inline-block;
    width: 50px;
    height: 44px;
    line-height: 44px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
}
.techone-iconbox.layout3 .content{
    display: table-cell;
    vertical-align: middle;
    padding-left: 21px;
}
.techone-iconbox.layout3 .content .title{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: none;
    color: #333333;
}
.techone-iconbox.layout3 .content .text{
    line-height: 18px;
}
/*techone-categories*/
.techone-slider .techone-categories.default{
    padding: 1px;
}
.techone-categories .inner{
    padding: 19px 19px 28px;
    border: 1px solid #e6e6e6;
}
.techone-categories .shortcode_title{
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
    color: #222222;
    margin: 15px 0;
}
.techone-categories .categories-list{
    padding: 0;
}
.techone-categories .categories-list .cat_item{
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}
/*.techone-categories.layout2*/
.techone-categories.layout2{
    position: relative;
    border: none;
    padding: 0;
}
.techone-categories.layout2 .thumb{
    overflow: hidden;
    cursor: pointer;
}
.techone-categories.layout2 .thumb img{
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}
.techone-categories.layout2:hover .thumb img{
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.9;
}
.techone-categories.layout2 .info{
    position: absolute;
    left: 15px;
    bottom: 20px;
}
.techone-categories.layout2 .info a{
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
}
.techone-categories.layout2 .info .count-items{
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #aaaaaa;
    margin: 0;
}
/*techone-testimonials*/
.techone-testimonials .heade-info{
    display: table;
}
.techone-testimonials .heade-info .avatar{
    display: table-cell;
    vertical-align: middle;
}
.techone-testimonials .heade-info .avatar img{
    width: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px double #e6e6e6;
}
.techone-testimonials .heade-info .name-position{
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
}
.techone-testimonials .heade-info .name-position .name{
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #222222;
    margin: 0;
}
.techone-testimonials .heade-info .name-position .position{
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #666666;
    margin: 0;
}
.testimonial-info{
    position: relative;
    padding: 18px 5px 13px 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin: 20px 1px 1px;
    background-color: #ffffff;
}
.testimonial-info::before{
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 16px 0 0 23px;
    border-color: transparent transparent transparent #e6e6e6;
    top: -16px;
    left: 10px;
}
.testimonial-info::after{
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 14px 0 0 21px;
    border-color: transparent transparent transparent #fff;
    top: -14px;
    left: 11px;
}
.testimonial-info p{
    font-size: 13px;
    line-height: 20px;
    color: #888888;
}
/*===================
  PAGINATION THEME
====================*/
/*woocommerce pagination*/
.woocommerce-pagination{
   
    padding-top: 40px;
}
.woocommerce-pagination .page-numbers{
    float: right;
  
    padding: 0;
}
.woocommerce-pagination .page-numbers li{
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.woocommerce-pagination .page-numbers li .page-numbers{
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 3px;
  
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.woocommerce-pagination .page-numbers li:last-child .page-numbers{
    margin: 0;
}
.woocommerce-pagination .page-numbers li .page-numbers:hover{
    color: #ffffff;
}
.woocommerce-pagination .page-numbers li .page-numbers.current{
    color: #ffffff;
}
.woocommerce-pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.next{
    padding: 0 25px;
}
.woocommerce-pagination .woocommerce-result-count{
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: #333333;
    margin: 0;
	 
}
/*blog pagination*/
.pagination{
    width: 100%;
    padding-top: 18px;
    border-top: 1px solid #e6e6e6;
}
.pagination .nav-links{
    float: right;
    overflow: hidden;
}
.pagination .nav-links .page-numbers{
    display: inline-block;
    float: left;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.pagination .nav-links a.page-numbers:hover{
    color: #ffffff;
}
.pagination .nav-links .page-numbers.current{
    color: #ffffff;
}
.pagination .nav-links .page-numbers.prev,
.pagination .nav-links .page-numbers.next{
    padding: 0 25px;
}
.page-links{
    text-align: right;
    width: 100%;
    padding-top: 18px;
    border-top: 1px solid #e6e6e6;
}
.page-links span{
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.page-links &gt; span,
.page-links a:hover span{
    color: #ffffff;
}
.wpb_wrapper .techone-products .content-product .product-list-grid.col-gap-1{
    margin-right: -1px;
}
/* .product-list-owl.owl-loaded:not(.list-owl-product-style-12){
    padding-left: 2px;
} */
.owl-one-row .style11.product-item:last-child{
    margin-bottom: -1px;
}
/*popup*/
.modal-open{
    overflow: hidden;
}
.modal-open .modal{
    overflow-x: hidden;
    overflow-y: auto;
}
.modal{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
#popup-newsletter .modal-dialog{
    width: 100%;
    max-width: 800px;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin: 0 auto;
    height: 100%;
    padding: 15px;
}
.modal.in .modal-dialog{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal.fade .modal-dialog{
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
#popup-newsletter .modal-content{
    padding: 25px 28px;
    min-width: 630px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#popup-newsletter button.close{
    width: 32px;
    height: 31px;
    border-radius: 50%;
    opacity: 1;
    line-height: 32px;
    text-align: center;
    font-size: 0;
    color: #ffffff;
    position: absolute;
    top: -16px;
    right: -16px;
}
#popup-newsletter button.close::before{
    font-family: FontAwesome, sans-serif;
    content: '\f00d';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: -0.5px;
    display: inline-block;
}
#popup-newsletter .modal-inner{
    max-width: 340px;
}
#popup-newsletter .modal-inner .popup-content h3{
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
}
#popup-newsletter .modal-inner .popup-content h3 strong{
    font-weight: 600;
    color: #333333;
}
#popup-newsletter .modal-inner .popup-content .sale-off{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #e5534c;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 4px;
}
#popup-newsletter .modal-inner .popup-content .text-uptocase{
    font-size: 14px;
    line-height: 18px;
    color: #888888;
    text-transform: uppercase;
    margin-bottom: 36px;
}
#popup-newsletter .newsletter-form-wrap{
    position: relative;
}
#popup-newsletter .newsletter-form-wrap .email{
    padding: 0 120px 0 20px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 45px;
    font-size: 13px;
    color: #888888;
}
#popup-newsletter .newsletter-form-wrap .submit-newsletter{
    padding: 0 15px;
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 45px 45px 0;
}
#popup-newsletter .newsletter-form-wrap .submit-newsletter:hover{
    opacity: 0.9;
}
#popup-newsletter .checkbox{
    margin: 0;
}
#popup-newsletter .checkbox label{
    font-size: 13px;
    color: #888888;
    padding-left: 25px;
    margin-top: 18px;
    position: relative;
}
#popup-newsletter .techone_disabled_popup_by_user{
    display: none;
    margin-top: 10px;
}
#popup-newsletter .checkbox label &gt; span::before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 14px;
    margin-right: 10px;
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    background: -webkit-linear-gradient(90deg, #e6e6e6, #ffffff);
    background: -o-linear-gradient(0deg, #e6e6e6, #ffffff);
    background: -moz-linear-gradient(0deg, #e6e6e6, #ffffff);
    background: linear-gradient(0deg, #e6e6e6, #ffffff);
    filter: none;
}
#popup-newsletter .checkbox label .techone_disabled_popup_by_user:checked + span::after{
    font-family: FontAwesome, sans-serif;
    content: '\f00c';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 14px;
    line-height: 12px;
    font-size: 8px;
    text-align: center;
    color: #ffffff;
}
#popup-newsletter .block-social{
    margin-top: 5px;
}
#popup-newsletter .block-social .block-title{
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
}
#popup-newsletter .block-social .block-content{
    overflow: hidden;
}
#popup-newsletter .block-social .social{
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    background-color: #d6d6d6;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
}
/*===================
  FOOTER THEME
====================*/
.footer{
    width: 100%;
}
.footer .widget_nav_menu .widgettitle{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 20px;
    margin: 0;
    padding-bottom: 25px;
}
.footer_contact_info .info-section{
    padding-bottom: 10px;
}
.footer_contact_info .info-section:last-child{
    margin-bottom: 0;
}
.footer_contact_info .info-section .info-title{
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 0;
}
.footer_contact_info .info-section .info-detail{
    font-size: 13px;
    line-height: 24px;
    color: #aaaaaa;
}
.techone-socials .socials{
    overflow: hidden;
}
.techone-socials .socials .social{
    display: inline-block;
    float: left;
    width: 40px;
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    text-align: center;
    color: #534FB5;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color:  #ffffff;
}
.techone-socials .socials .social:hover{
    display: inline-block;
    float: left;
    width: 40px;
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    text-align: center;
    color: #534FB5;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color:  #ffffff;
}

.footer .menu{
    padding: 0;
}
.footer .menu .menu-item{
    list-style: none;
    line-height: 30px;
}
.footer .menu .menu-item a{
    font-size: 13px;
    color: #aaaaaa;
}
.copyright{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-size: 14px;
    padding: 8px 0;
    line-height: 19px;
    color: #aaaaaa;
}
.copyright a{
    font-weight: 600;
    color: #ffffff;
}
.footer-list-support-payment .wpb_wrapper{
    text-align: right;
}
.footer-list-support-payment .wpb_single_image{
    display: inline-block;
    margin-left: 13px;
}
.footer-list-support-payment .wpb_single_image:first-child{
    margin-left: 0;
}
.footer-custom-info ul{
    padding: 0;
}
.footer-custom-info ul .item{
    list-style: none;
    font-size: 13px;
    line-height: 30px;
    color: #aaaaaa;
}
/*backtotop*/
.backtotop{
    font-size: 0;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    color: #ffffff;
    z-index: 99;
	border-radius:100%;
}
.backtotop:hover,
.backtotop:focus{
    color: #ffffff;
}
.backtotop::before{
    font-family: FontAwesome, sans-serif;
    content: '\f077';
    font-size: 10px;
}
.backtotop.show{
    opacity: 1;
    visibility: visible;
}
.page-404{
    padding: 150px 0;
}
.page-404 .heading{
    color: #000;
    font-size: 100px;
}
/*===================
  CUSTOM CLASS THEME
====================*/
.non-overflow{
    overflow: visible !important;
}
.overflow-owl{
    overflow: hidden;
}
.border-product-inner .product-inner{
    border: 1px solid #e6e6e6;
}
.border-product-inner .product-count-down .box-count{
    width: 38px;
    height: 38px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.border-product-inner .product-count-down .box-count:last-child{
    margin-right: 0;
}
.border-right-1{
    border-right: 1px solid #e6e6e6;
}
.padding-bottom-0{
    padding-bottom: 0;
}
.margin-30{
    margin-left: -30px !important;
    margin-right: -30px !important;
}
.clear{
    display: none;
}
.screen-reader-text{
    display: none;
}
/*.rev_slider_wrapper:hover .tp-leftarrow.tparrows.custom,
.rev_slider_wrapper:hover .tp-rightarrow.tparrows.custom{
    opacity: 1;
}
.tp-leftarrow.tparrows.custom{
    opacity: 0;
    -webkit-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}*/
/*.tp-rightarrow.tparrows.custom{*/
/*    opacity: 0;*/
/*    -webkit-transition: all 0.5s linear 0s;*/
/*    -o-transition: all 0.5s linear 0s;*/
/*    -moz-transition: all 0.5s linear 0s;*/
/*    transition: all 0.5s linear 0s;*/
/*}*/
.custom.tparrows{
    background-color: rgba(0, 0, 0, .2);
    color: #333333;
}
.custom.tparrows::before{
    color: inherit;
}
.custom.tparrows:hover{
    color: #ffffff;
}
.custom.tparrows::before{
    font-family: FontAwesome, sans-serif;
    font-size: 24px;
}
.custom.tparrows.tp-rightarrow::before{
    content: "\f105";
}
.custom.tparrows.tp-leftarrow::before{
    content: "\f104";
}
.list-owl-product-style-11 .owl-item,
.list-owl-product-style-2 .owl-item,
.list-owl-product-style-1 .owl-item{
    border-left: 1px solid transparent;
}
.list-owl-product-style-11 .owl-item.active + .active,
.list-owl-product-style-2 .owl-item.active + .active,
.list-owl-product-style-1 .owl-item.active + .active{

}
/*.list-owl-product-style-2 .owl-item.active .owl-one-row .product-item,*/
.list-owl-product-style-1 .owl-item.active .owl-one-row .product-item,
.list-owl-product-style-11 .owl-item.active .owl-one-row .product-item{
    
}
.list-owl-product-style-1.owl-carousel .product-item.style1:last-child{
    margin-bottom: -1px;
}
.list-owl-product-style-11 .owl-item:hover,
.list-owl-product-style-1 .owl-item:hover{
    position: relative;
    z-index: 2;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body{
    padding: 0 20px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title &gt; a{
    padding: 10px 20px;
}
.techone-products.has-featured{
    display: table;
    width: 100%;
    background-color: #fff !important;
    table-layout: fixed;
}
.techone-products.has-featured .featured-product,
.techone-products.has-featured .content-product{
    display: table-cell;
    vertical-align: top;
}
.techone-products.has-featured .content-product{
    background-color: #E6E6E6;
    border-left: 1px solid #E6E6E6;
}
.techone-products.has-featured .featured-product{
    width: 468px;
    max-width: 468px;
    border-bottom: 1px solid #E6E6E6;
}
.techone-products.has-featured-banner .product-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.techone-products.has-featured-banner .product-inner.style1{
    padding-bottom: 18px;
}
.techone-products.has-featured-banner:before,
.techone-products.has-featured-banner:after{
    display: table;
    content: '';
}
.techone-products.has-featured-banner:after{
    clear: both;
}
.techone-products.has-featured-banner .featured-image{
    display: none;
}
@media (min-width: 1200px ) {
    .techone-products.has-featured-banner{
        position: relative;
    }
    .techone-products.has-featured-banner .content-product{
        padding-left: 470px;
    }
    .techone-products.has-featured-banner .featured-image{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 470px;
        border-right: 1px solid #E6E6E6;
        display: block;
    }
    .techone-products.has-featured-banner .featured-image a{
        display: inline-block;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }
}

.techone-button{
    padding: 10px 0;
    display: block;
    background-color: #eeeeee;
    font-weight: 700;
    font-size: 14px;
    color: #aaaaaa;
    text-align: center;
}
.techone-button:hover{
    color: #fff;
}
.upper-zindex{
    position: relative;
    z-index: 10;
}
.higher-zindex{
    position: relative;
    z-index: 99;
}
.lower-zindex{
    position: relative;
    z-index: 10;
}
.woof_products_top_panel li{
    line-height: 1;
    font-size: 12px;
    text-transform: none;
    border: 1px solid #ededed;
    font-weight: 600;
}
.woof_products_top_panel li a{
    padding: 10px;
    display: inline-block;
    color: #555555;
}
.woof_products_top_panel li a:hover{
    text-decoration: line-through;
    color: #e5534c;
}
.woof_products_top_panel li span{
    padding: 0;
    background: transparent;
}
/*======================
REPONSIVE
======================*/
@media (min-width: 1200px){
    .container{
        width: 1200px;
    }
}
@media (min-width: 1280px){
    .padding-right-1{
        padding-right: 1px;
    }
}
@media (min-width: 992px){
    .main-menu .menu-item-has-children:hover &gt; .submenu{
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
    }
    .vertical-menu .menu-item-has-children:hover &gt; .submenu{
        visibility: inherit;
        opacity: 1;
    }
    .visible-991{
        display: none;
    }
}
@media (min-width: 768px){
    .modal-content{
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #e6e6e6;
        border-radius: 6px;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    }
    .modal-dialog{
        width: 600px;
        margin: 30px auto;
        position: relative;
    }
}
@media (max-width: 1366px){
    .main-menu .menu-item-has-children:last-child &gt; .submenu{
       
        right: 0;
    }
    .main-menu .menu-item-has-children:last-child &gt; .submenu .submenu{
        top:100%;
        left: auto;
    }
}
@media (max-width: 1200px){
    .main-menu &gt; .menu-item-has-children &gt; a::after
    {
        display:none;
    }
    .menu-promo-class
    {
        margin-left:-35px;
    }
    .open-on-home.is-home.always-open .verticalmenu-content{
        height: 0;
        position: absolute;
        z-index: 100;
        width: inherit;
        opacity: 0;
        visibility: hidden;
        top: 52px;
        left: 0;
    }
    .open-on-home.is-home.always-open.has-open .verticalmenu-content{
        display: block;
        height: auto;
        opacity: 1;
        width: 100%;
        visibility: inherit;
    }
    .top-bar-menu &gt; li{
        float: none;
        text-align: left;
    }
    .main-header .logo{
        text-align: center;
    }
    .form-search-width-category .form-content{
        float: left;
    }
    .header.style3 .main-header .header-control{
        float: right;
    }
    .header.style3 .box-header-nav{
        float: none;
    }
    .header.style7 .style7-mainmenu{
        width: 100%;
        text-align: center;
    }
    .header.style7 .top-bar-menu.left:last-child{
        float: left;
    }
    .header.style7 .top-bar-menu.left:last-child &gt; li:last-child &gt; a::after{
        display: none;
    }
    .header.style7 .top-bar-menu.right{
        float: right;
        width: auto;
    }
    .header.style7 .header-nav .main-menu{
        text-align: center;
    }
    .product-item.list .product-info .inner{
        display: block;
    }
    .product-item.list .product-info-right{
        display: block;
        padding-left: 10px;
    }
    .product-item.list .product-info-left{
        display: block;
        border: none;
    }
 
    }
    .product-item.style2 .product-info{
        padding: 0 10px 0 40px;
    }
    .product-item.style2.products .product-info{
        padding: 0 10px 0 40px;
    }
    .product-inner.style6{
        padding: 0 10px 20px 10px;
    }
    .product-count-down .techone-countdown .box-count{
        width: 40px;
    }
    .techone-blogs.default .blog-item .post-info{
        padding: 30px 10px 27px 10px;
    }
    .techone-blogs .blog-item .post-metas &gt; span{
        padding: 0 5px;
    }
    .single-product .quantity{
        width: 100%;
    }
    .single-product .group_table tbody th,
    .single-product .group_table thead{
        display: none;
    }
    .single-product .group_table tr{
        border-bottom: 1px solid #e6e6e6
    }
    .single-product .group_table tr td{
        display: block;
        text-align: right;
        border: none;
    }
    .single-product .group_table tr td.label-product label{
        max-width: -webkit-calc(100% - 80px);
        max-width: -moz-calc(100% - 80px);
        max-width: calc(100% - 80px);
    }
    .single-product .group_table tr td:before{
        font-weight: 700;
        float: left;
    }
    .single-product .group_table tr td.label-product:before{
        content: "Product";
    }
    .single-product .group_table tr td:nth-child(2){
        overflow: hidden;
    }
    .single-product .group_table tr td:nth-child(2) .quantity{
        float: right;
        width: auto;
    }
    .single-product .group_table tr td:nth-child(2):before{
        content: 'Quantity';
    }
    .single-product .group_table tr td.price:before{
        content: 'Price';
    }
    .woocommerce-tabs{
        margin-top: 30px;
    }
    .section-header .section-title{
        min-width: 1px;
    }
 

@media (max-width: 1024px){
    .toggle-submenu{
        display: block;
    }
    .header.style7 .style7-mainmenu li.menu-item-has-children &gt; a::before{
        display: none;
    }
    .main-menu &gt; .menu-item-has-children &gt; a::after{
        display: none;
    }
    #menu-main-menu li.menu-item-has-children &gt; a::before{
        display: none;
    }
    .vertical-menu .menu-item-has-children &gt; a::after{
        display: none;
    }
    .owl-carousel:hover{
        z-index: 0;
    }
    .product-item:hover .group-button{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
   
    .group-button .inner{
        padding: 0;
        
    }
    .product-inner.style1 .product-info{
        margin: 10px;
    }
    .product-inner.style5 .group-button .inner{
        padding: 0;
    }
    .product-inner.style8{
        background-color: #ffffff;
    }
    .product-inner.style8 .woocommerce-Price-amount{
        color: #888888;;
    }
    .product-inner.style9 .group-button{
        position: static;
    }
 
    .product-inner.style8 .product-name{
     margin: 10px;
    }
    .product-item.style8 .product-info .price{
         margin: 10px;
    }
	.products &gt; .product-item &gt; .product-inner
	{
		margin:20px;
	}
    .owl-one-row .product-item.style8{
        padding-bottom: 20px;
    }
    .owl-one-row .product-item.style8:last-child{
        padding-bottom: 0;
    }
    .product-inner.style8 .product-info{
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-inner.style8:hover .product-info{
        margin: 0;
    }
    .header.style6 .form-search-width-category .form-content{
        margin-left: 0;
    }
    .techone-blogs .blog-item .blog-des{
        display: none;
    }
    .techone-verticalmenu.block-nav-categori .verticalmenu-content{
        padding-bottom: 11px;
    }
    .section-header .section-title{
        min-width: 1px;
    }
    .techone-products.has-featured .featured-product{
        max-width: 400px;
    }
}
@media (max-width: 991px){
    .visible-991{
        display: block;
    }
    .hidden-991{
        display: none;
    }
    .header.style1 .header-nav-inner .block-nav-categori{
        width: 56px;
    }
    .header.style3 .box-header-nav .menu-bar{
        padding: 12px 15px;
    }
    .header.style3 .box-header-nav .menu-bar::before{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 27px;
        width: 1px;
        background-color: rgba(0, 0, 0, .2)
    }
    .header.style3 .main-header .logo{
        text-align: left;
    }
    .header.style4 .form-search-width-category .form-content{
        float: none;
    }
    .header.style5 .box-header-nav .menu-bar{
        color: #ffffff;
    }
    .header.style5 .box-header-nav .menu-bar{
        padding-left: 0;
    }
    .header.style7 .top-bar-menu li.parent-megamenu .submenu.megamenu{
        max-width: 300px !important;
        width: 300px !important;
    }
    .menu-promo-header
    {
        top:-15px;
    }
    .header-nav-inner
    {
        display: flex;
        justify-content: center;
    }
    .header.style7 .box-header-nav{
        padding: 0;
    }
    .header.style7 .box-header-nav .menu-bar{
        padding-left: 0;
    }
    .header-nav-inner .block-nav-categori .icon-bar{
        margin-right: 0;
    }
    .header-nav-inner .block-nav-categori .text{
        display: none;
    }
    .vertical-menu .toggle-submenu::before{
        content: "\f107";
    }
    .top-bar-menu.right{
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .menu-item-has-children &gt; .submenu{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .menu-item-has-children.open-submenu &gt; .submenu{
        opacity: 1;
        visibility: visible;
        left: 0 !important;
        width: 100% !important;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -o-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        max-width: 100% !important;
        top: 0;
        min-width: 120px;
        position: relative;
    }
    .vertical-menu .submenu,
    .vertical-menu .submenu .submenu{
        display: none;
        border: none;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        position: static;
        border-bottom: 1px solid #e1e1e1;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0;
    }
    .vertical-menu .show-submenu .submenu{
        display: block;
    }
    .vertical-menu .submenu.megamenu{
        padding: 19px;
    }
    .box-header-nav .menu-bar{
       display:none;
    }
    .box-header-nav
    {
        display:none;
    }
    .menu-promo
    {
        padding:15px;
    }
    .box-header-nav .main-menu{
        display: none;
    }
    .main-menu &gt; li &gt; a{
        padding: 0;
    }
    .main-menu .submenu &gt; li &gt; a{
        line-height: 24px;
    }
    .vertical-wapper.block-nav-categori .verticalmenu-content{
        height: 0;
        opacity: 0;
        visibility: hidden;
    }
    .vertical-wapper.block-nav-categori.has-open .verticalmenu-content{
        display: block;
        height: auto;
        opacity: 1;
        visibility: inherit;
        border: solid 1px #e6e6e6;
        border-top: none;
        width: 100%;
    }
    .main-header .header-control{
        float: none;
        text-align: center;
        line-height: 0;
    }
    .form-search-width-category .form-content{
        float: none;
        margin: auto;
    }
    .hotline{
        float: none;
    }
    .block-minicart{
        float: none;
    }
    .product-inner.style3{
        border-right: 1px solid #e6e6e6;
    }
    .product-inner.style9 .product-thumb{
        float: none;
    }
    .product-inner.style9 .product-thumb img{
        width: 100%;
    }
    .product-inner.style9 .product-info{
        padding: 0;
        text-align: center;
    }
    .product-inner.style9 .star-rating{
        margin: 0 auto;
    }
    .product-inner.style9 .group-button{
        text-align: center;
    }
    .product-item.list .product-thumb{
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
        float: none;
    }
    .product-item.list .product-thumb img{
        width: 100%;
    }
    .product-item.list .product-info{
        padding-left: 0;
    }
    .wc-tabs li.description_tab a,
    .wc-tabs li.additional_information_tab a,
    .wc-tabs li.reviews_tab a{
        padding: 0 8px;
    }
    .single-product .product_title{
        margin-top: 10px;
    }
    .techone-verticalmenu.block-nav-categori .verticalmenu-content{
        position: static;
        display: block;
        height: auto;
        opacity: 1;
        visibility: inherit;
        border: solid 1px #e6e6e6;
        border-top: none;
        width: 100%;
        padding: 1px 0 0;
    }
    .section-header .section-title{
        min-width: 200px;
    }
    .techone-tabs .section-header .section-title{
        width: -webkit-calc(100% - 5px);
        width: -moz-calc(100% - 5px);
        width: calc(100% - 5px);
    }
    .techone-tabs .tab-head .tabs-link{
        float: none;
        width: 100%;
        padding-right: 50px;
    }
    .techone-categories.layout2 .thumb img{
        width: 100%;
    }
    .techone-newsletter .block-content .subtitle{
        width: 100%;
        padding: 0 0 15px 0;
    }
    .techone-newsletter .block-content .newsletter-form-wrap{
        width: 100%;
    }
    .techone-iconbox.default{
        text-align: center;
        padding: 0 10px;
    }
    .techone-iconbox.default .icon,
    .techone-iconbox.default .content{
        display: block;
    }
    .techone-iconbox.default .content{
        padding-left: 0;
    }
    .footer .menu .menu-item{
        line-height: 20px;
    }
    .footer_contact_info .info-section .info-detail{
        line-height: 20px;
    }
    .footer-custom-info ul .item{
        line-height: 20px;
    }
    .copyright{
        text-align: center;
    }
    .footer-list-support-payment .wpb_wrapper{
        text-align: center;
    }
    .footer-list-socials .techone-socials .socials{
        text-align: center;
    }
    .footer-list-socials .techone-socials .socials .social{
        float: none;
    }
    .footer-list-support-payment .wpb_single_image{
        margin: 4px;
    }
    .margin-30{
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .sticky-wrapper.is-sticky .header-sticky{
        position: static !important;
        animation: slideInUp 0s;
        -moz-animation: slideInUp 0s;
        -webkit-animation: slideInUp 0s;
    }
    .header.style6 .form-search-width-category .form-content{
        float: none;
        margin: 0 auto;
    }
    .techone-blogs .blog-item .blog-des{
        display: block;
    }
    .techone-products.has-featured .featured-product{
        max-width: 100%;
        width: 100%;
        display: block;
    }
    .techone-products.has-featured,
    .techone-products.has-featured .featured-product,
    .techone-products.has-featured .content-product{
        display: block;
    }
    .style7-mainmenu{
        display: none;
    }
    .block-minicart:hover .mini-cart-content,
    .block-minicart .mini-cart-content{
        display: none;
    }
    .block-nav-categori{
        display: none;
    }
}
@media (max-width: 767px){
    .product-inner.style3 {
        padding: 15px;
    }
	.product-inner
	{
		margin-top:60px;
		margin-bottom:60px;
	}
	.product-item  {
		margin-top:60px;
		margin-bottom:60px;
	}
    .main-container.left-slidebar .main-content{
        float: none;
    }
    .header.style3 .box-header-nav{
        text-align: center;
    }
    .header.style3 .main-header .header-control{
        float: none;
    }
    .header.style3 .main-header .logo{
        text-align: center;
    }
    .header.style3 .block-minicart::before{
        display: block;
    }
    .header.style3 .header-contact-phone .hotline{
        float: none;
    }
    .header.style5 .header-control .hotline::after{
        background-color: rgba(255, 255, 255, .2);
    }
    .header.style6 .header-control .hotline::after{
        background-color: rgba(255, 255, 255, .3);
    }
    .header.style7 .header-control .hotline::after{
        background-color: rgba(0, 0, 0, .3);
    }
    .style7-mainmenu .toggle-submenu{
        height: 26px;
        line-height: 26px;
    }
    .header-control .hotline::after{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 27px;
        width: 1px;
        background-color: rgba(0, 0, 0, .2);
    }
    .form-search-width-category{
        display: none;
    }
    .search-icon-mobile,
    .search-icon-mobile:before{
        display: inline-block !important;
    }
    .block-minicart:hover .mini-cart-content,
    .block-minicart .mini-cart-content,
    .block-minicart::after{
        display: none;
    }
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.owl-loaded .owl-nav .owl-prev{
        left: 0;
    }
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs.owl-loaded .owl-nav .owl-next{
        right: 0;
    }
    .product-inner.style2 .product-thumb .thumb-inner img{
        padding: 0 20px;
        width: auto;
			border-radius:1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
    }
    .product-inner.style2 .product-thumb{
        float: none;
        padding: 0;
        text-align: center;
    }
    .product-inner.style2 .product-info{
        text-align: center;
        padding: 0;
    }
    .product-inner.style2 .star-rating{
        margin: 0 auto;
    }
    .product-item.style2.products .product-thumb{
        padding: 0;
    }
    .product-item.style2.products .product-thumb .thumb-inner img{
        width: 100%;
    }
    .product-item.style2.products .product-info{
        padding: 0;
    }
    .woocommerce-MyAccount-navigation{
        width: 140px;
    }
    .form-row.form-row-first,
    .form-row.form-row-last{
        width: 100%;
        padding: 0;
    }
    table.shop_table_responsive tr td{
        display: block;
        text-align: right;
    }
    table.shop_table_responsive tr td:before{
        content: attr(data-title) " ";
        font-weight: 700;
        float: left;
    }
    table.shop_table_responsive tbody th,
    table.shop_table_responsive thead{
        display: none;
    }
    table.shop_table_responsive .quantity .control{
        float: right;
    }
    .shop_table tr th,
    .shop_table tr td{
        padding-left: 0;
        padding-right: 0;
    }
    .shop_table .cart_item .product-name a{
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
    }
    .continue_shoping{
        float: none;
        margin-bottom: 10px;
    }
    .woocommerce table.wishlist_table tr td{
        display: block;
        text-align: right;
    }
    .woocommerce table.wishlist_table tr td:before{
        font-weight: 700;
        float: left;
    }
    .woocommerce table.wishlist_table tr td.product-name:before{
        content: "Product";
    }
    .woocommerce table.wishlist_table tr td.product-price:before{
        content: "Price";
    }
    .woocommerce table.wishlist_table tr td.product-stock-status:before{
        content: "Stock Status";
    }
    .woocommerce table.wishlist_table tbody th,
    .woocommerce table.wishlist_table thead{
        display: none;
    }
    .wishlist_table tr td.product-thumbnail a{
        display: inline-block;
    }
    .techone-blogs.default .blog-item .post-thumb{
        float: none;
        width: 100%;
    }
    .techone-blogs.default .blog-item .post-thumb img{
        width: 100%;
    }
    .backtotop{
        font-size: 0;
        right: 30px;
        bottom: 65px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }
    .border-right-1{
        border-right: none;
    }
    .border-left-right-1{
        border-left: none;
        border-right: none;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }
    .comments .comment-body{
        padding: 10px;
    }
    .comments .children{
        padding-left: 10px;
    }
    .comment-content .head .author{
        font-size: 14px;
    }
    .sidebar.col-sidebar{
        margin-top: 50px;
    }
}
@media (max-width: 650px){
    #popup-newsletter .modal-content{
        min-width: 300px;
        width: 300px;
        padding: 10px;
    }
    #popup-newsletter .modal-inner .popup-content .sale-off{
        font-size: 31px;
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    #popup-newsletter .modal-inner .popup-content h3{
        font-size: 15px;
        line-height: 1;
        font-weight: 600;
        color: #222222;
    }
    #popup-newsletter button.close{
        top: -8px;
        right: -8px;
    }
    #popup-newsletter .modal-inner .popup-content .text-uptocase{
        margin-bottom: 25px;
    }
    #popup-newsletter .modal-dialog{
        padding: 0;
    }
}
@media (max-width: 480px){
    .header-socilas{
        text-align: center;
        float: none;
        width: 100%;
    }
    .header-socilas .social{
        float: none;
        margin: 4px;
    }
    .top-bar-menu.left{
        float: none;
        text-align: center;
    }
    .header.style3 .box-header-nav{
        width: 100%;
    }
    .header.style3 .box-header-nav .menu-bar::before{
        display: none;
    }
    .header.style7 .top-bar-menu.left:last-child{
        float: none;
    }
    .header.style7 .top-bar-menu.right{
        width: 100%;
        float: left;
    }
    .header.style7 .top-bar-menu.right li:first-child a{
        padding-left: 0;
    }
    .header.style7 .top-bar-menu li.parent-megamenu .submenu.megamenu{
        width: 150px !important;
        min-width: 150px !important;
    }
    .top-bar-menu &gt; li &gt; a{
        padding: 5px 7px;
    }
    .top-bar-menu .submenu li &gt; a{
        line-height: 24px;
    }
    .top-bar-menu .megamenu .widget_nav_menu .widgettitle{
        font-size: 12px;
    }
    .top-bar-menu .megamenu .widget_nav_menu ul li a{
        font-size: 10px;
    }
    .top-bar-menu.style7-mainmenu li:last-child &gt; .submenu{
        left: auto;
        right: 0;
    }
    .top-bar-menu.style7-mainmenu li:last-child &gt; .submenu .submenu{
        left: auto;
        right: 100%;
    }
    .main-header{
        padding: 5px 0;
    }
    .header-control .hotline::after{
        display: none;
    }
    .hotline{
        width: 100%;
        padding-right: 0;
    }
    .hotline .icon{
        float: none;
    }
    .block-minicart .cart-icon{
        margin-right: 15px;
    }
    .techone-tabs .tab-head .tabs-link li{
        width: 100%;
        padding: 0;
    }
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs &gt; li{
        width: 33.33333333%;
    }
    .woocommerce-tabs .wc-tabs li{
        width: 100%;
        margin: 0;
    }
    .wc-tabs li.active a{
        height: 45px;
        line-height: 45px;
    }
    #cart_clear_cart{
        margin-bottom: 10px;
    }
    .toolbar-products .modes .modes-mode{
        font-size: 0;
        padding-left: 10px;
    }
    .toolbar-products .modes .modes-mode:before{
        padding-right: 0;
    }
    .woocommerce-pagination .woocommerce-result-count{
        display: none;
    }
}
@media (max-width: 360px){
    .top-bar-menu li .submenu{
        left: -45px;
    }
    .product-item.style12 .product-thumb{
        width: 100%;
    }
    .product-item.style12 .product-info{
        padding-left: 0;
        width: 100%;
    }
}
@media (max-width: 320px){
    .header.style7 .top-bar-menu li.parent-megamenu .submenu.megamenu{
        width: 110px !important;
        min-width: 110px !important;
    }
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs &gt; li{
        width: 50%;
    }
}
@media (min-width: 1200px) and (max-width: 1439px){
    body.wide-container .techone-verticalmenu.block-nav-categori .verticalmenu-content{
        padding-bottom: 1px;
    }
}
@media (min-width: 1500px){
    body.wide-container .container{
        min-width: 1434px !important;
    }
    body.wide-container .techone-blogs.default .blog-item .post-thumb{
        width: 300px;
    }
    body.wide-container .techone-verticalmenu.block-nav-categori .verticalmenu-content .vertical-menu &gt; .menu-item &gt; a{
        line-height: 55px;
    }
    body.wide-container .techone-verticalmenu.block-nav-categori .verticalmenu-content{
        padding-bottom: 3px;
    }
    .header-nine .sticky-wrapper .header-sticky{
        background-color: #333333;
    }
    body.wide-container .header.style3 .block-nav-categori{
        width: 336px;
    }
    body.wide-container .header.style3 .show-button-all .view-all-categori{
        padding-top: 3px;
    }
}
.header-nine .top-header{
    font-size: 0;
    line-height: 1;
    border: none;
    background-color: #f3f3f3;
    display: block;
}
.header-nine .top-bar-menu &gt; li &gt; a{
    font-weight: 400;
    /*font-weight: 600;*/
    text-transform: capitalize;
    color: #555555;
}
.header-nine .top-bar-menu &gt; li &gt; a .icon{
    font-size: 13px;
    color: #aaaaaa;
    margin-right: 8px;
}
@media (min-width: 768px ) {
    .header-nine .form-search-width-category .form-content{
        padding: 0;
    }
    .header-nine .form-search-width-category .form-content .category::before{
        height: 31px;
    }
    .header-nine .form-search-width-category .chosen-container-single{
        width: 161px !important;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: none;
    }
    .header-nine .form-search-width-category .form-content .category select,
    .header-nine .form-search-width-category .chosen-container-single .chosen-single{
        height: 41px !important;
        line-height: 41px !important;
        font-size: 13px;
        color: #555555;
        border-top: 2px solid #eeeeee;
        border-bottom: 2px solid #eeeeee;
        border-left: none;
    }
    .header-nine .form-search-width-category .form-content .category select{
        width: 161px;
    }
    .header-nine .chosen-container-single .chosen-single div b:before{
        content: "\f107";
        color: #888888;
    }
    .header-nine .form-search-width-category .chosen-container-single .chosen-single span{
        line-height: 37px;
        color: #555555;
    }
    .header-nine .form-search-width-category .form-content input{
        font-size: 13px;
        line-height: 41px;
        height: 41px;
        border-top: 2px solid #eeeeee;
        border-bottom: 2px solid #eeeeee;
        border-left: 2px solid #eeeeee;
        width: 261px;
        padding: 0 10px 0 27px;
    }
    .header-nine .form-search-width-category .form-content input::-webkit-input-placeholder{
        color: #555555;
    }
    .header-nine .form-search-width-category .form-content input:-ms-input-placeholder{
        color: #555555;
    }
    .header-nine .form-search-width-category .form-content input::placeholder{
        color: #555555;
    }
    .header-nine .form-search-width-category .form-content .btn-search{
        font-size: 15px;
        color: #222222;
        font-weight: 700;
        text-transform: capitalize;
        min-width: 106px;
        height: 41px;
        line-height: 41px;
    }
    .header-nine__hot-info{
        display: block;
        font-size: 14px;
        line-height: 1;
        color: #666666;
        font-weight: 400;
        text-align: start;
        margin: 0;
    }
    .header-nine__hot-info + .header-nine__hot-info{
        margin-top: 6px;
    }
    .header-nine__hot-info .title{
        color: #222222;
    }
    .header-nine .main-header .header-control{
        width: 100%;
        padding-left: 32px;
        padding-top: 3px;
    }
    .header-nine .main-header .logo{
        line-height: 0;
        display: inline-block;
        padding: 7px 0 0;
    }
}
.header-nine .form-search-width-category .chosen-container-single .chosen-search{
    display: none;
    padding: 0;
    margin: 0;
}
.header-nine .icon-bar{
    width: 19px;
    margin-right: 13px;
}
.header-nine .icon-bar span{
    background-color: #222222;
}
.header-nine .block-nav-categori .block-title{
    color: #222222;
    font-weight: 600;
}
.header-nine .vertical-menu &gt; .menu-item &gt; a{
    color: #555555;
    border: none;
    font-size: 14px;
    line-height: 47px;
    text-transform: none;
    font-weight: 400;
    height: 47px;
}
.header-nine .vertical-menu &gt; .menu-item &gt; a .icon{
    color: #888888;
    line-height: inherit;
}
.header-nine .header-nav{
    background-color: #333333;
    display: block;
}
.header-nine .header-nav-inner{
    background-color: transparent;
}
.header-nine .block-nav-categori .block-title{
    height: 49px;
    padding: 10px 20px;
}
.header-nine .verticalmenu-content{
    padding: 15px 0;
}
.header-nine .main-menu &gt; li &gt; a{
    color: #ffffff;
    line-height: 49px;
    height: 49px;
    font-weight: 600;
}
.header-nine .main-menu .submenu &gt; li &gt; a{
    color: #555555;
    font-size: 14px;
    line-height: 47px;
    text-transform: none;
    font-weight: 400;
    height: 47px;
    padding: 0 15px;
}
.header-nine .user-info{
    width: 270px;
    margin: 0;
    text-align: right;
    padding: 11px 0 8px;
    float: right;
}
@media (max-width: 1199px) {
    .header-nine .user-info{
        width: auto;
    }
    .header-nine .user-info .icon-section-style9{
        display: none;
    }
}
@media (max-width: 991px) {
    .header-nine .user-info{
        width: 100%;
        padding: 16px 0;
    }
    .header-nine .top-bar-menu.left{
        width: 100%;
        text-align: center;
    }
    .header-nine .top-bar-menu &gt; li &gt; a,
    .header-nine .top-bar-menu.left &gt; li &gt; a{
        padding: 5px 15px;
    }
    .header-nine .top-header{
        padding: 8px 0 9px;
    }
    .header-nine .search-icon-mobile{
        display: inline-block !important;
        height: auto;
        width: auto;
        font-size: 0;
        line-height: 0;
        margin-right: 15px;
    }
    .header-nine .search-icon-mobile::before{
        display: inline-block !important;
        height: 30px;
        line-height: 30px;
        font-size: 22px;
        width: auto;
    }
    .header-nine .header-nav{
        background-color: #ffffff;
    }
    .header-nine .user-info .mobile-logo{
        display: inline-block;
        float: left;
    }
    .header-nine .block-minicart .cart-icon{
        margin-right: 0;
    }
    .header-nine .block-minicart .cart-text{
        display: none;
    }
    .header-nine .menu-bar{
        margin-left: 15px;
    }
    .header-nine .menu-bar .text{
        display: none;
    }
    .header-nine .menu-bar .icon span{
        background-color: #666666;
        margin-bottom: 0;
    }
    .header-nine .menu-bar .icon span + span{
        margin-top: 4px;
    }
    .header-nine .menu-bar .icon{
        margin: 0;
        width: 23px;
    }
}
.header-nine .block-minicart{
    float: none;
    padding: 0;
    text-align: left;
}
.header-nine .block-minicart::before,
.header-nine .block-minicart::after{
    content: none;
}
.icon-section{
    display: inline-block;
    margin-right: 27px;
}
@media (min-width: 992px) {
    .header-nine .block-minicart .cart-icon{
        color: #ffffff;
    }
    .header-nine .block-minicart .cart-text .woocommerce-Price-amount{
        color: #ffffff;
    }
    .header-nine .user-info .mobile-navigation{
        display: none;
    }
}
.header-nine .block-minicart .cart-icon{
    margin-right: 6px;
}
.header-nine .block-minicart .cart-icon::before{
    font-size: 20px;
    line-height: 20px;
}
.header-nine .block-minicart .cart-icon .count{
    font-size: 14px;
    color: #222222;
    font-weight: 700;
    top: -6px;
    right: -13px;
    line-height: 23px;
}
.header-nine .block-minicart .cart-text .text2{
    font-size: 0;
    line-height: 1;
}
.header-nine  .block-minicart .cart-text .woocommerce-Price-amount{
    font-size: 15px;
}
.icon-section-style9 .btn-link{
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
}
.icon-section-style9 .btn-link:hover{
    text-decoration: none;
}
.icon-section-style9__icon{
    margin: 0;
}
.icon-section-style9__score{
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
}
/**************************************
* Product Style 13                    *
***************************************/
.product-item.style13 .product-inner{
    display: block;
    border: 2px solid #9ea7af;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 11px 16px 0;
}
.product-item.style13 .product-thumb{
    display: inline-block;
    float: left;
    width: 51%;
}
.product-item.style13 .product-info{
    display: inline-block;
    width: 49%;
    padding: 4px 0 5px 16px;
}
.product-item.style13 .product-info .flashs{
    position: static;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.product-item.style13 .onsale,
.product-item.style13 .new{
    border: none;
    font-weight: 700;
    min-width: 78px;
    line-height: 29px;
    height: 29px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .2);
    position: relative;
    background-color: #ff421d;
}
.product-item.style13 .onsale::before,
.product-item.style13 .new:before{
    content: none;
}
.product-item.style13 .onsale::after,
.product-item.style13 .new::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 6px solid #981c03;
    border-left: 10px solid transparent;
}
.product-item.style13 .countdown-section{
    display: inline-block;
    width: calc( 100% + 14px );
    margin: 10px 0 0 -7px;
}
.product-item.style13 .new{
    background-color: #4081d1;
}
.product-item.style13 .new::after{
    border-top-color: #0d4283;
}
.product-item.style13 .product-info .price{
    margin-bottom: 1px;
}
.product-item.style13 .product-name{
    margin-bottom: 20px;
}
.product-item.style13 .added_to_cart,
.product-item.style13 .add_to_cart_button{
    min-width: 167px;
    text-align: center;
    color: #222222;
    border-radius: 999px;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
    padding: 0 15px;
    height: 41px;
    line-height: 41px;
}
@media (max-width: 1199px) {
    .product-item.style13 .added_to_cart,
    .product-item.style13 .add_to_cart_button{
        min-width: 125px;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .product-item.style13 .product-info{
        padding: 4px 0 5px 5px;
    }
    .product-item.style13 .product-inner{
        padding: 11px 5px 0;
    }
}
@media (max-width: 767px) {
    .product-item.style13 .product-info .flashs{
        position: absolute;
        width: 80px;
        top: 10px;
        left: 10px;
    }
    .product-item.style13 .product-thumb{
        display: block;
        float: none;
        width: 100%;
    }
    .product-item.style13 .product-info{
        padding: 0;
        width: 100%;
        display: block;
    }
    .product-item.style13 .countdown-section{
        text-align: center;
    }
}
.product-item.style13 .add_to_cart_button:not(.loading)::before{
    display: none;
    content: none;
}
.product-item.style13 .added_to_cart:hover,
.product-item.style13 .add_to_cart_button:hover{
    color: #ffffff;
}
.countdown__circle{
    display: block;
    border-top: 1px solid #eeeeee;
    padding: 15px 0 14px;
}
.countdown__circle .text-left{
    display: inline-block;
    float: left;
    width: 35%;
    padding: 7px 0 0 29px;
}
.countdown__circle .text-left .title-b{
    display: block;
    font-size: 15px;
    color: #222222;
    font-weight: 700;
    line-height: 1;
}
.countdown__circle .text-left .title-sup {
    display: block;
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    line-height: 1;
    margin-top: 6px;
}
.countdown__circle .techone-countdown{
    display: flex;
    display: -webkit-flex;
    width: 65%;
    flex-flow: row;
    flex-wrap: wrap;
    vertical-align: center;
    justify-content: space-around;
}
.countdown__circle .techone-countdown .box-count{
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    font-size: 0;
    line-height: 0;
    border: 2px solid #dddddd;
    margin: 0;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
}
.countdown__circle .techone-countdown .box-count .number{
    font-size: 16px;
    line-height: 14px;
    color: #222222;
    font-weight: 700;
    display: block;
    margin-bottom: 1px;
}
.countdown__circle .techone-countdown .box-count .text{
    display: block;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
}
@media (max-width: 991px) {
    .countdown__circle .text-left{
        padding: 0;
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }
    .countdown__circle .techone-countdown{
        width: 100%;
    }
}
@media (max-width: 767px){
    .countdown__circle .techone-countdown{
        width: 100%;
        max-width: 268px;
        display: inline-block;
        text-align: center;
    }
    .countdown__circle .techone-countdown .box-count:not(.day){
        margin-left: 13px;
    }
}
/**************************************
* Product Style 14                    *
***************************************/
.product-inner.style14{
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    flex-direction: row;
}
.product-inner.style14 .product-thumb{
    width: 133px;
    align-items: flex-start;
}
.product-inner.style14 .product-info{
    align-items: flex-start;
    width: calc(100% - 133px);
    padding: 13px 5px 10px 10px;
}
.product-inner.style14 .product-info .product-name{
    margin-bottom: 2px;
}
.techone-iconbox.layout4{
    display: flex;
    width: 100%;
    flex-flow: row;
    vertical-align: middle;
    justify-content: center;
    padding: 5px 15px 6px;
}
.techone-iconbox.layout4 .icon{
    align-self: center;
}
.techone-iconbox.layout4 .content{
    align-self: center;
    padding-left: 19px;
}
@media (min-width: 1200px) {
    .techone-iconbox.layout4 .icon{
        -webkit-transition: transform .3s ease 0s;
        -moz-transition: transform .3s ease 0s;
        -ms-transition: transform .3s ease 0s;
        -o-transition: transform .3s ease 0s;
        transition: transform .3s ease 0s;
    }
    .techone-iconbox.layout4:hover .icon{
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@media (max-width: 991px) {
    .techone-iconbox.layout4 .content{
        max-width: 260px;
        width: 100%;
    }
    .product-inner.style14 .product-thumb{
        width: 40%;
    }
    .product-inner.style14 .product-info{
        width: 60%;
    }
}
.techone-iconbox.layout4 .content .title{
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
}
.techone-iconbox.layout4 .content .text{
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    display: block;
    margin-top: 1px;
}
.techone-tabs.layout4 .section-header{
    border: none;
    background-color: transparent;
    margin-bottom: 23px;
}
.techone-tabs.layout4 .section-header .section-title::after,
.techone-tabs.layout4 .section-header .section-title::before{
    content: none;
    display: none;
}
.techone-tabs.layout4 .section-header .section-title{
    background-color: transparent;
    height: auto;
    padding: 0;
    min-width: auto;
    display: block;
    color: #222222;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 26px;
}

@media (max-width: 767px) {
    .techone-tabs.layout4 .section-header .section-title{
        margin-bottom: 45px;
    }
}
.techone-tabs.layout4 .tab-head .tabs-link{
    /*display: flex;*/
    /*padding: 0;*/
    /*float: none;*/
    /*background: transparent;*/
    /*flex-direction: row;*/
    /*flex-wrap: nowrap;*/
    /*justify-content: space-between;*/
    display: block;
    padding: 0;
    float: none;
    background: transparent
}
.techone-tabs.layout4 .tab-head .tabs-link li{
    border: 2px solid #eeeeee;
    border-radius: 3px;
    background-color: #ffffff;
    text-align: center;
    line-height: 1;
    height: auto;
    width: 128px;
    padding: 23px 0 5px;
    position: relative;
    margin-bottom: 10px;
    min-height: 128px;
    cursor: pointer;
}
.techone-tabs.layout4 .tab-head .tabs-link li:not(:last-child){
    margin-right: 2px;
}
@media (min-width: 1500px) {
    body.wide-container .techone-tabs.layout4 .tab-head .tabs-link li:not(:last-child){
        margin-right: 8px;
    }
}
@media (max-width: 1199px ) {
    .techone-tabs.layout4 .tab-head .wrap-tabs-link{
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }
    .techone-tabs.layout4 .tab-head .tabs-link{
        width: 1170px;
    }
}
.techone-tabs.layout4 .tab-head .tabs-link li::after{
    display: block;
    content: '';
    border-top: 8px solid #eeeeee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 50%;
    margin-left: -7px;
    opacity: 0;
    visibility: hidden;
}
.techone-tabs.layout4 .tab-head .tabs-link li.active::after{
    opacity: 1;
    visibility: visible;
}
.techone-tabs.layout4 .tabs-link .techone-icon{
    display: block;
    font-size: 35px;
    margin-bottom: 10px;
    color: #aaaaaa;
}
.techone-tabs.layout4 .tab-head .tabs-link li.active .techone-icon{
    color: #222222;
}
.techone-tabs.layout4 .tab-head .tabs-link li.active&gt;a{
    font-weight: 700;
    color: #222222;
}
.techone-tabs.layout4 .tab-head .tabs-link li&gt;a{
    display: block;
    font-size: 14px;
    color: #555555;
    text-transform: capitalize;
    padding: 0 14px;
    font-weight: 400;
    line-height: 17px;
}
.techone-newsletter.layout4{
    padding-left: 28px;
}
.style2__layout-03 .widgettitle,
.techone-why-choose-us .title,
.techone-newsletter.layout4 .widgettitle{
    display: block;
    font-size: 15px;
    color: #333333;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}
.techone-newsletter.layout4 .widgettitle{
    margin-bottom: 15px;
}
.techone-newsletter.layout4 .subtitle{
    display: block;
    font-size: 15px;
    line-height: 1;
    color: #555555;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
}
.techone-newsletter.layout4 .newsletter-form-wrap{
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    max-width: 400px;
}
.techone-newsletter.layout4 .block-content .newsletter-form-wrap .email{
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    height: 47px;
    line-height: 47px;
    padding: 0 5px 0 20px;
    border-right: 0;
    width: calc(100% - 114px);
    display: inline-block;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    vertical-align: top;
}
.techone-newsletter.layout4 .block-content .newsletter-form-wrap .submit-newsletter{
    position: static;
    width: 114px;
    text-align: center;
    font-size: 15px;
    color: #222222;
    text-transform: capitalize;
    height: 47px;
    line-height: 47px;
    display: inline-block;
    vertical-align: top;
}
.techone-newsletter.layout4 .block-content .newsletter-form-wrap .submit-newsletter:hover{
    color: #ffffff;
}
@media ( max-width: 991px){
    .techone-newsletter.layout4{
        padding-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .techone-newsletter.layout4{
        text-align: center;
    }
    .techone-newsletter.layout4 .widgettitle{
        text-align: center;
    }
    .techone-newsletter.layout4 .block-content{
        line-height: 0;
        text-align: center;
    }
    .techone-newsletter.layout4 .newsletter-form-wrap{
        float: none;
    }
}
@media (max-width: 767px){
    .techone-newsletter.layout4 .subtitle{
        line-height: 24px;
    }
}
.techone-why-choose-us{
    display: block;
    padding-left: 30px;
    position: relative;
}
.techone-why-choose-us::before{
    content: '';
    display: inline-block;
    vertical-align: top;
    top: 1px;
    left: -15px;
    bottom: 0;
    width: 1px;
    background-color: #eeeeee;
    position: absolute;
}
.techone-why-choose-us ul{
    padding: 0;
    display: block;
    margin-top: 19px;
}
.techone-why-choose-us li{
    display: block;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    position: relative;
    padding-left: 17px;
}
.techone-why-choose-us li::before{
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666666;
    position: absolute;
    top: 9px;
    left: 1px;
}
@media (max-width: 991px) {
    .techone-why-choose-us::before{
        display: none;
    }
}
@media (max-width: 767px) {
    .techone-why-choose-us{
        padding-left: 0;
    }
}
.style2__layout-03.techone-socials .socials .social{
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.style2__layout-03.techone-socials .socials .social:not(:hover){
    background-color: #eeeeee;
    color: #666666;
}
.style2__layout-03.techone-socials .socials{
    margin-top: 28px;
}
/*Single Banner*/
.techone-single-banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.techone-single-banner .btn-primary{
    display: inline-block;
    min-width: 134px;
    height: 38px;
    line-height: 36px;
    font-size: 15px;
    color: #222222;
    text-align: center;
    border-radius: 999px;
    padding: 0 15px;
    box-shadow: none;
    border: none;
    font-weight: 700;
}
.techone-single-banner .btn-primary:hover{
    color: #ffffff;
}
.techone-single-banner.bn-has-link:hover{
    cursor: pointer;
}
.single-banner__layout1{
    text-align: center;
    padding: 25px 0 15px;
}
.single-banner__layout1 .banner-content{
    text-align: left;
    display: inline-block;
    margin-left: -15px;
    position: relative;
    z-index: 1;
}
.single-banner__layout1 .text-01{
    display: block;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #222222;
    margin: 0;
    max-width: 280px;
}
.single-banner__layout1 .text-02{
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #555555;
    font-weight: 400;
    margin: 5px 0 0;
}
.single-banner__layout1 .btn{
    margin-top: 18px;
}
.single-banner__layout1.bn-effect{
    background-size: cover !important;
}
@media (max-width: 440px) {
    .single-banner__layout1 .banner-content{
        margin-left: 0;
        padding: 15px;
        max-width: 320px;
    }
    .single-banner__layout1 .text-01{
        font-size: 24px;
        line-height: 28px;
    }
    .single-banner__layout1 .text-02{
        line-height: 24px;
        margin: 13px 0 0;
    }
}
/*Single banner style 04*/
.single-banner__layout2{
    text-align: right;
    padding: 30px 41px 20px;
}
.single-banner__layout2 .banner-content{
    text-align: left;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.single-banner__layout2 .text-01{
    display: block;
    color: #222222;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 2px;
}
.single-banner__layout2 .text-02{
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    color: #666666;
    font-weight: 700;
}
.single-banner__layout2 .bn-price{
    font-size: 20px;
    color: #ff421d;
}
.single-banner__layout2 .text-03{
    color: #555555;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 11px;
}
.single-banner__layout2.bn-effect{
    background-size: cover !important;
}
@media (min-width: 1200px) {
    .single-banner__layout2.bn-effect:hover .text-03{
        color: #ffffff;
    }
    .single-banner__layout2.bn-effect:hover .bn-price{
        color: #ab0800;
    }
}
@media (max-width: 767px) {
    .single-banner__layout2{
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }
    .single-banner__layout2 .banner-content{
        text-align: left;
        display: inline-block;
        padding: 20px;
        background-color: rgba(255,255,255,0.8);
        border-radius: 3px;
    }
}
/*Single banner style 03*/
.single-banner__layout3{
    text-align: right;
    padding: 44px 30px 20px 15px;
}
.single-banner__layout3 .banner-content{
    text-align: left;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.single-banner__layout3 .text-01{
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #222222;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.single-banner__layout3 .text-02{
    display: block;
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1;
    color: #ff421d;
    font-weight: 400;
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .single-banner__layout3.bn-effect:hover .text-02{
        color: #b90000 !important;
    }
}
@media (max-width: 767px) {
    .single-banner__layout3{
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }
    .single-banner__layout3 .banner-content{
        text-align: left;
        display: inline-block;
        padding: 25px;
        background-color: rgba(255,255,255,0.8);
        border-radius: 3px;
    }
    .single-banner__layout3 .text-01{
        margin: 0 0 10px;
    }
}
.single-banner__layout3.bn-effect{
    background-size: cover !important;
}
.footer .widget_recent_entries .widgettitle,
.footer .widget_tag_cloud .widgettitle,
.techone-custommenu.style-01 .widgettitle,
.foot-contac-info-09 .title{
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.foot-contac-info-09 ul{
    padding: 0;
    display: block;
    margin-top: 30px;
}
.foot-contac-info-09 li{
    display: block;
    list-style: none;
    font-size: 0;
    line-height: 0;
}
.foot-contac-info-09 li + li{
    margin-top: 6px;
}
.foot-contac-info-09 li i{
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    color: #666666;
    vertical-align: top;
    width: 16px;
}
.foot-contac-info-09 li p{
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    color: #aaaaaa;
    display: inline-block;
    width: calc( 100% - 16px );
    padding-left: 13px;
}
.foot-contac-info-09 li p span{
    color: #eeeeee;
}
.techone-custommenu.style-01 .menu{
    margin-top: 22px;
}
.techone-custommenu.style-01 .menu .menu-item{
    line-height: 36px;
    margin: 0;
}
.techone-custommenu.style-01 .menu .menu-item a::after{
    content: '';
    display: block;
    height: 1px;
    background-color: #828282;
    bottom: 1px;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.techone-custommenu.style-01 .menu .menu-item a{
    font-size: 13px;
    color: #eeeeee;
    position: relative;
}
.techone-custommenu.style-01 .menu .menu-item a:hover{
    color: #aaaaaa;
}
.techone-custommenu.style-01 .menu .menu-item a:hover::after{
    opacity: 1;
    visibility: visible;
}
.tagcloud-09 .tagcloud{
    display: block;
    font-size: 0;
    line-height: 0;
    margin-top: 36px;
}

.tagcloud-09 .tag-cloud-link{
    display: inline-block;
    font-size: 13px !important;
    height: 32px;
    line-height: 27px;
    color: #aaaaaa;
    font-weight: 400;
    text-align: center;
    border: 2px solid #444444;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    margin: 0 5px 5px 0;
}
.tagcloud-09 .tag-cloud-link:hover{
    color: #222222;
}
.footer .widget_recent_entries ul{
    padding: 28px 0 0;
    display: block;
    font-size: 0;
    line-height: 0;
}
.footer .widget_recent_entries li{
    display: block;
    list-style: none;
    position: relative;
    padding-left: 25px;
}
.footer .widget_recent_entries li+li{
    margin-top: 19px;
}
.tagcloud-09 .tag-cloud-link:hover, .form-search-width-category .form-content .btn-search
{
	background-color:white;
}
.footer .widget_recent_entries li::before{
    content: "\f086";
    display: inline-block;
    font-family: FontAwesome ,sans-serif;
    font-size: 18px;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    position: absolute;
    top: 3px;
    left: 0;
}
.footer .widget_recent_entries li a{
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #aaaaaa;
    font-weight: 400;
}
.footer .widget_recent_entries li .post-date{
    color: #eeeeee;
    display: block;
    margin: 0;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
}
.copyright-style-09 p{
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #aaaaaa;
}
.block-nav-categori .block-title.reserve .icon-bar{
    margin-right: 0;
    float: right;
    padding: 9px 0 0;
}

/************************
* Header Ten
*************************/
.header-ten{
    background-color: #313131;
}
.header-ten .top-header{
    border: none;
    background-color: #222222;
}
.header-ten .top-bar-menu.left &gt; li:first-child&gt;a{
    padding-left: 0;
}
.header-ten .top-bar-menu li a:not(:hover){
    color: #888888;
}
.header-ten .top-bar-menu &gt; li &gt; a{
    padding: 11px 15px;
    text-transform: capitalize;
}
@media (min-width: 1200px) {
    .header-ten .user-info .mobile-navigation{
        display: none;
    }
}
.header-ten .main-header{
    padding: 37px 0 36px 0;
}
.header-ten .user-info{
    display: block;
    text-align: end;
}
.header-ten .block-minicart{
    padding: 0;
    float: none;
}
.header-ten .block-minicart::after,
.header-ten .block-minicart::before{
    content: none;
    display: none;
}
.cart-head{
    background-color: #464646;
    border: none;
    border-radius: 0;
}
.cart-head .cart-count{
    color: #fefefe;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 38px;
    padding: 0 20px 0 14px;
    height: 39px;
    vertical-align: middle;
}
.cart-head .cart-count .woocommerce-Price-amount{
    color: #fefefe;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline;
}
.cart-head-icon{
    line-height: 39px;
    display: inline;
    font-size: 16px;
    color: inherit;
    margin-right: 9px;
}
.cart-head .cart-link{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 38px;
    height: 39px;
    color: #ffffff;
    text-align: center;
    width: 39px;
}
@media (max-width: 1199px) {
    .cart-head .cart-count{
        font-size: 0;
    }
    .cart-head .cart-count .score{
        font-size: 13px;
    }
}
.header-ten .mini-cart-content{
    padding: 0;
    text-align: start;
}
.header-ten .form-content{
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0;
    width: 100%;
}
.header-ten .form-search-width-category .chosen-container-single .chosen-single div{
    width: 20px;
}
.header-ten .form-search-width-category .chosen-container-single .chosen-single{
    padding: 0 20px 0 15px;
    height: 39px !important;
    line-height: 38px !important;
    border: none;
}
.header-ten .form-search-width-category  .chosen-container-single .chosen-search{
    display: none;
}
.header-ten .form-search-width-category .chosen-container-single .chosen-single span{
    height: 39px;
    color: #555555;
}
.header-ten .form-search-width-category .chosen-container-single{
    min-width: auto !important;
    width: 150px !important;
}
.header-ten .form-search-width-category .chosen-container .chosen-drop{
    border: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #ffffff;
}
.header-ten .form-search-width-category .chosen-container .chosen-results{
    margin: 0;
    padding: 0 1px;
}
.header-ten .form-search-width-category .chosen-container .chosen-results li.active-result{
    line-height: 24px;
    padding: 0 14px;
    color: #555555;
}
.header-ten .form-search-width-category .chosen-container .chosen-results li.active-result + .active-result{
    margin-top: 6px;
}
.header-ten .form-search-width-category .chosen-container .chosen-results li.highlighted{
    color: #ffffff;
    background-color: #adadad;
}
.header-ten .form-search-width-category .form-content .inner{
    width: inherit;
}
.header-ten .form-search-width-category .form-content input{
    height: 39px;
    line-height: 38px;
    padding: 0 5px;
    border: none;
    border-radius: 0;
}
.header-ten .form-search-width-category .form-content .btn-search{
    height: 39px;
    line-height: 38px;
    border-radius: 0;
    min-width: 87px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 0 10px;
}
.header-ten .category{
    width: 150px !important;
    position: relative;
}
.header-ten .category::after{
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    background-color: #e9e9e9;
    position: absolute;
    right: 0;
    top: 11px;
    z-index: 1;
}
.header-ten .category select{
    height: 39px;
    padding: 0 15px;
    width: 150px;
}
.header-ten .main-header .logo{
    padding: 0;
    line-height: 38px;
    height: 39px;
}
.header-ten .header-nav-inner{
    background-color: #262626;
}
.header-ten .main-menu &gt; li &gt; a{
    color: #f6f5f5;
    padding: 0 28px;
    line-height: 51px;
    font-weight: 600;
}
.header-ten .main-menu &gt; li a.techone-item-title{
    position: relative;
}
.header-ten .main-menu &gt; li a.techone-item-title .icon{
    position: absolute;
    top: -19px;
    right: 35px;
}
.header-ten .main-menu &gt; li:first-child &gt; a{
    padding-left: 0;
}
.header-ten .block-nav-categori .block-title{
    height: 51px;
}
.header-ten .top-bar-menu.left&gt;li+li{
    margin-left: 16px;
    position: relative;
}
.header-ten .top-bar-menu.right&gt;li+li{
    position: relative;
}
.header-ten .top-bar-menu&gt;li+li::before{
    content: '';
    width: 1px;
    height: 8px;
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #333333;
}
.header-ten .top-bar-menu&gt;li.menu-item-has-children &gt; a{
    padding-right: 13px;
}
.header-ten .top-bar-menu&gt;li.menu-item-has-children &gt; a::before{
    content: "\f0d7";
    right: 0;
    left: auto;
    line-height: 1;
}
.header-ten .top-bar-menu.right li .submenu{
    left: auto;
    right: 0;
}
.header-ten .top-bar-menu li .submenu{
    padding: 0;
    min-width: auto;
    background-color: #262626;
}
.header-ten .top-bar-menu li .submenu&gt;li:not(:last-child){
    border-bottom: 1px solid rgba(205, 205, 205, 0.1);
}
.header-ten .top-bar-menu li .submenu&gt;li a{
    display: block;
    line-height: 29px;
    background-color: #262626;
    padding: 0 10px;
    min-width: 103px;
    color: #aaaaaa;
    max-width: 200px;
    text-transform: capitalize;
}
.header-ten .top-bar-menu li .submenu&gt;li a:hover{
    background-color: #3c3c3c;
}
.header-ten .verticalmenu-content{
    min-width: 260px;
    padding-bottom: 0;
}
.header-ten .block-nav-categori{
    width: 270px;
}
@media (min-width: 1500px) {
    body.wide-container .header-ten .block-nav-categori{
        width: 328px;
    }
}
.header-ten .block-nav-categori .block-title{
    background-color: #181818;
}
.header-ten .verticalmenu-content{
    padding-top: 11px;
}
.header-ten .main-menu .menu-item-has-children &gt; a:after{
    content: "\f0d7";
    font-size: 10px;
    color: #bbbbbb;
    margin-left: 6px;
}
.header-ten .vertical-menu{
    margin-bottom: -1px;
}
.header-ten .vertical-menu &gt; .menu-item &gt; a{
    line-height: 50px;
}
.header-ten .sticky-wrapper.is-sticky .header-sticky{
    background-color: #313131;
}
@media (min-width: 992px) {
    .cart-head .c-number{
        display: none;
        font-style: normal;
    }
}
@media (max-width: 1200px) {
    .header-ten .main-header .logo{
        text-align: left;
    }
}
@media (max-width: 1199px) {
    .header-ten.header .header-nav.has-vertical-menu .main-menu{
        margin-left: 20px;
    }
    .header-ten .main-menu &gt; li &gt; a{
        padding: 0 15px;
    }
    .header-ten .mobile-navigation{
        font-size: 0;
        width: 39px;
        display: inline-block;
        height: 39px;
        vertical-align: middle;
        text-align: center;
        line-height: 39px;
        background-color: #464646;
    }
    .header-ten .mobile-navigation .icon{
        margin: 0;
    }
    .header-ten .menu-bar .icon span{
        background-color: #ffffff;
    }
}
@media (max-width: 991px) {
    .header-ten .top-bar-menu.left{
        display: block;
        float: none;
        text-align: center;
    }
    .header-ten .search-icon-mobile{
        font-size: 0;
        width: auto;
        height: auto;
        line-height: initial;
    }
    .header-ten .search-icon-mobile::before,
    .header-ten .search-icon-mobile{
        display: inline-block !important;
    }
    .header-ten .search-icon-mobile::before{
        font-size: 15px;
        display: inline-block;
        width: 39px;
        height: 39px;
        line-height: 39px;
        background-color: #464646;
        color: #ffffff;
    }
    .cart-head .cart-count{
        display: none;
    }
    .cart-head .cart-count .score{
        display: none;
    }
    .cart-head .cart-link{
        padding: 0;
        height: 39px;
        width: 39px;
        text-align: center;
        background-color: #464646 !important;
        color: #ffffff;
        font-size: 16px;
        margin-right: -1px;
    }
    .cart-head .cart-link i::before{
        content: "\f07a";
    }
    .cart-head-icon{
        margin: 0;
    }
    .cart-head .c-number{
        display: inline-block;
        width: 16px;
        height: 16px;
        font-size: 10px;
        line-height: 16px;
        position: absolute;
        top: 2px;
        right: 2px;
        color: #ffffff;
        font-style: normal;
        text-align: center;
        border-radius: 50%;
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    .header-ten .main-header{
        padding: 15px 0;
    }
    .header-ten .block-minicart{
        margin: 0 10px;
    }
}
@media (max-width: 370px) {
    .header-ten .block-minicart{
        margin: 0 2px;
    }
}
/* nav center inside */
.owl-carousel.nav-center.nav-center-inside .owl-prev{
    left: 50px;
}
.owl-carousel.nav-center.nav-center-inside:hover .owl-prev{
    left: -15px;
}
.owl-carousel.nav-center.nav-center-inside .owl-next{
    right: 50px;
}
.owl-carousel.nav-center.nav-center-inside:hover .owl-next{
    right: -15px;
}
/* Banner Effect*/
@media (min-width: 1200px){
    .techone-single-banner.bn-effect:hover .text-02,
    .techone-single-banner.bn-effect:hover .text-01{
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -ms-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        color: #ffffff;
    }
    .techone-single-banner.bn-effect{
        background-size: 110%;
        background-position: center center;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        overflow: hidden;
        position: relative;
    }
    .techone-single-banner.bn-effect:hover{
        background-size: 100%;
    }
    .techone-single-banner.bn-effect::before,
    .techone-single-banner.bn-effect::after{
        position: absolute;
        content: '';
        transition: inherit;
        pointer-events: none;
    }
    .techone-single-banner.bn-effect::before{
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(25,24,24,.45);
        z-index: 1;
    }
    .techone-single-banner.bn-effect::after{
        display: inline-block;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border: 1px solid rgba(255,255,255,.5);
        z-index: 1;
    }
    .techone-single-banner.bn-effect::before{
        opacity: 0;
        visibility: hidden;
    }
    .techone-single-banner.bn-effect:hover::before{
        opacity: 1;
        visibility: visible;
    }
    .techone-single-banner.bn-effect::after{
        transform: scale(.85);
        opacity: 0;
        visibility: hidden;
    }
    .techone-single-banner.bn-effect:hover::after{
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}

/*Single banner style 04*/
.single-banner__layout4{
    display: block;
    padding: 49px 15px 20px 18px;
}
.single-banner__layout4 .banner-content{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.single-banner__layout4 .text-01{
    font-size: 23px;
    font-weight: 700;
    color: #323232;
    line-height: 1;
    display: block;
    margin: 0;
    text-transform: uppercase;
}
.single-banner__layout4 .text-02{
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    display: block;
    margin: 5px 0 0 2px;
    text-transform: capitalize;
    line-height: 1;
}
.single-banner__layout4 .banner-btn{
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    padding: 0;
    margin: 12px 0 0;
    display: inline-block;
    background-color: transparent;
    box-shadow: none;
}
.single-banner__layout4 .banner-btn i{
    margin-left: 3px;
}
.single-banner__layout4.bn-effect{
    background-size: cover;
}
@media (min-width: 1500px){
    body.wide-container .single-banner__layout4{
        padding: 65px 15px 20px 50px;
    }
}
/*Single banner style 05*/
.single-banner__layout5{
    text-align: left;
    font-size: 0;
    line-height: 1;
    display: block;
    padding: 46px 15px 30px 15px;
}
.single-banner__layout5 .text-01{
    font-size: 16px;
    color: #333333 !important;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin: 0;
}
.single-banner__layout5 .text-02{
    font-size: 12px;
    line-height: 16px;
    color: #555555 !important;
    display: block;
    margin: 7px 0 0;
    font-weight: 300;
}
.single-banner__layout5 .banner-btn{
    font-size: 13px;
    color: #333333;
    display: inline-block;
    padding: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    margin-top: 4px;
}
.single-banner__layout5 .banner-btn i{
    font-size: 13px;
    color: #aaaaaa;
    margin-left: 3px;
}
.single-banner__layout5.bn-effect::before{
    background: rgba(0,0,0,.1);
}

/*Single banner style 06*/
.single-banner__layout6{
    display: block;
    text-align: right;
    font-size: 0;
    line-height: 1;
    padding: 51px 47px 15px 20px;
}
.single-banner__layout6 .banner-content{
    display: inline-block;
    text-align: center;
    width: 290px;
    position: relative;
    z-index: 1;
}
.single-banner__layout6 .text-01{
    display: block;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #d9362e;
    font-weight: 700;
}
.single-banner__layout6 .text-02{
    display: block;
    margin: 5px 0 22px;
    font-size: 14px;
    font-weight: 400;
    color: #dddddd;
    position: relative;
}
.single-banner__layout6 .text-02::after{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -25px;
}
.single-banner__layout6 .banner-btn{
    display: inline-block;
    color: #dddddd;
    font-weight: 400;
    line-height: 1;
    font-size: 13px;
}
.single-banner__layout6 .banner-btn i{
    margin-left: 3px;
}
@media (min-width: 1200px) {
    .single-banner__layout6.bn-effect:hover .text-01{
        color: #d9362e;
    }
}
@media (max-width: 767px) {
    .single-banner__layout6{
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        background-position: center right;
    }
    .single-banner__layout6 .banner-content{
        width: auto;
    }
}
@media (min-width: 1500px){
    body.wide-container .single-banner__layout6{
        padding: 51px 130px 15px 20px;
    }
}
/*Single banner style 07*/
.single-banner__layout7 .bn-link{
    display: flex;
    line-height: 1;
    font-size: 0;
    text-align: center;
    color: #ffffff;
    height: 164px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.single-banner__layout7 .bn-link::before{
    content: '';
    display: block;
    position: absolute;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 0;
    top: 8px;
    right: 8px;
    left: 8px;
    bottom: 8px;
}
.single-banner__layout7 .text-01{
    display: block;
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}
.single-banner__layout7 .text-02{
    display: block;
    margin: 4px 0 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
}
@media (min-width: 1200px) {
    .single-banner__layout7 .text-01,
    .single-banner__layout7 .text-02,
    .single-banner__layout7 .bn-link::before{
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .single-banner__layout7:hover .bn-link::before{
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
        visibility: hidden;
    }
    .single-banner__layout7:hover .text-02{
        margin-top: 12px;
    }
}
@media (max-width: 767px) {
    .techone-products.boder-top-on-mobile{
        border-top: 1px solid #e6e6e6 !important;
    }
    .techone-custom-onmobile.margin-top-50-on-mobile,
    .techone-products.margin-top-50-on-mobile{
        margin-top: 50px !important;
    }
    .techone-products.margin-left-10-on-mobile{
        padding-left: 10px !important;
    }
    .techone-products.margin-right-10-on-mobile{
        padding-right: 10px !important;
    }
}
@media (min-width: 1200px) {
    .product-item.style1 .product_type_variable,
    .product-item.style1 .product_type_external,
    .product-item.style1 .product_type_grouped{
        width: 41px;
        height: 41px;
        line-height: 39px;
        padding: 0;
        font-size: 0;
        min-width: 1px;
        text-align: center;
    }
    .product-item.style1 .product_type_variable::before,
    .product-item.style1 .product_type_external::before,
    .product-item.style1 .product_type_grouped::before{
        font-family: FontAwesome, sans-serif;
        font-size: 18px;
        content: "\f1de";
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    body.wide-container .techone-verticalmenu.techone-vertical-balance .verticalmenu-content{
        padding-top: 25px;
    }
}
.header .verticalmenu-content.no-show-more{
    padding-bottom: 0 !important;
}
.header .verticalmenu-content.no-show-more .vertical-menu &gt; .menu-item:last-child &gt; a{
    border-bottom: none;
}
.woo_product_ajax_loadmore_btn.ajax-loading::before{
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    display: inline-block;
}
.yith-wcwl-share li a{
    color: #666666;
    font-size: 18px;
}
.yith-wcwl-share h4.yith-wcwl-share-title{
    font-size: 16px;
    margin: 0;
    height: 31px;
    line-height: 31px;
    display: inline-block;
}
.yith-wcwl-share ul{
    padding: 0;
    margin: 0;
    display: inline-block;
}

/*Single banner style 08*/
.single-banner__layout8{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 32px 15px 15px 52px;
}
.single-banner__layout8 .text-01{
    display: block;
    margin: 6px 0 0;
    font-size: 17px;
    color: #333333;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
}
.single-banner__layout8 .text-02{
    display: block;
    margin: 6px 0 0;
    line-height: 1;
    color: #333333;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
.single-banner__layout8 .text-03{
    display: block;
    margin: 2px 0 0;
    line-height: 1;
    color: #666666;
    font-size: 14px;
}
.single-banner__layout8 .text-price{
    display: block;
    margin: 11px 0 0;
    line-height: 1;
    font-weight: 700;
    font-size: 26px;
    color: #e5534c;
}
@media (max-width: 767px){
    .single-banner__layout8{
        padding: 32px 15px 15px 20px;
    }
}
@media (min-width: 1200px){
    .single-banner__layout8.bn-effect:not(:hover){
        background-size: 100%;
    }
    .single-banner__layout8.bn-effect:hover .text-03,
    .single-banner__layout8.bn-effect:hover .text-02,
    .single-banner__layout8.bn-effect:hover .text-01{
        color: #eeeeee;
        position: relative;
        z-index: 100;
    }
    .single-banner__layout8.bn-effect:hover .text-price{
        color: #ca0505;
        position: relative;
        z-index: 100;
    }
}
/*Single banner style 09*/
.single-banner__layout9{
    text-align: right;
    padding: 48px 20px 0 0;
    display: block;
}
.single-banner__layout9 .banner-content{
    text-align: left;
    display: inline-block;
}
.single-banner__layout9 .text-01{
    font-size: 18px;
    line-height: 26px;
    display: block;
    margin: 0;
    color: #333333;
}
.single-banner__layout9 .text-01 b{
    font-size: 26px;
    text-transform: uppercase;
    margin-right: 6px;
}
.single-banner__layout9 .text-02{
    display: block;
    color: #666666;
    font-size: 14px;
    margin: 0;
}
.single-banner__layout9 .text-03{
    font-size: 14px;
    line-height: 30px;
    display: block;
    color: #333333;
    margin: 7px 0 0;
}
.single-banner__layout9 .text-03 .price{
    color: #e5534c;
    font-size: 24px;
    margin-left: 5px;
}
@media (max-width: 767px) {
    .single-banner__layout9{
        padding: 33px 20px 0 0;
    }
    .single-banner__layout9 .banner-content{
        background-color: rgba(255,255,255,0.82);
        padding: 15px;
    }
}
@media (min-width: 1200px){
    .single-banner__layout9.bn-effect:not(:hover){
        background-size: 100%;
    }
    .single-banner__layout9.bn-effect:hover .text-03,
    .single-banner__layout9.bn-effect:hover .text-02,
    .single-banner__layout9.bn-effect:hover .text-01{
        color: #eeeeee;
        position: relative;
        z-index: 100;
    }
    .single-banner__layout9.bn-effect:hover .text-03 .price{
        color: #ca0505;
        position: relative;
        z-index: 100;
    }
}

/*Single banner style 10*/
.single-banner__layout10{
    font-size: 0;
    line-height: 0;
    display: block;
    border-radius: 3px;
}
.single-banner__layout10 .banner-content{
    display: inline-block;
    padding: 22px;
}
.single-banner__layout10 .text-01{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 22px;
    display: block;
    margin: 0;
    text-transform: uppercase;
}
.single-banner__layout10 .text-02{
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 19px 0 0;
    line-height: 1;
    color: #fff;
}
.single-banner__layout10 .btn-banner{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    position: relative;
    padding: 0;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0;
    margin: 54px 0 0;
}
.single-banner__layout10 .btn-banner::after{
    content: '';
    height: 1px;
    background-color: #c4d9e7;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -1px;
}
.single-banner__layout10.bn-effect::after,
.single-banner__layout10.bn-effect::before{
    content: none;
}
.single-banner__layout10.bn-effect{
    -webkit-background-size: 100%;
    background-size: 100%;
}
@media (min-width: 1200px) {
    .single-banner__layout10.bn-effect{
        -webkit-transition: transform 0.3s ease-out 0s;
        -moz-transition: transform 0.3s ease-out 0s;
        -ms-transition: transform 0.3s ease-out 0s;
        -o-transition: transform 0.3s ease-out 0s;
        transition: transform 0.3s ease-out 0s;
    }
    .single-banner__layout10.bn-effect:hover{
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,0.2);
        box-shadow: 0 0 30px rgba(0,0,0,0.2);
    }
}
@media (min-width: 1500px){
    body.wide-container .single-banner__layout10 .banner-content{
        padding: 42px 22px 22px 58px;
    }
}
/*Single banner style 11*/
.single-banner__layout11{
    text-align: right;
    font-size: 0;
    line-height: 0;
    background-size: cover;
    padding: 57px 35px 15px 0;
}
.single-banner__layout11 .banner-content{
    display: inline-block;
    margin: 0;
    text-align: left;
}
.single-banner__layout11 .text-01{
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #333333;
    line-height: 1;
}
.single-banner__layout11 .text-02{
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    color: #666666;
    text-transform: uppercase;
    margin-top: 7px;
}
.single-banner__layout11 .text-03{
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    text-transform: uppercase;
    margin: 6px 0 0;
}
.single-banner__layout11 .price{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #e5534c;
    margin-left: 3px;
}
/*Single banner style 12*/
.single-banner__layout12{
    font-size: 0;
    line-height: 0;
    text-align: right;
    background-size: cover;
    padding: 57px 38px 15px 30px;
}
.single-banner__layout12 .banner-content{
    display: inline-block;
    text-align: left;
}
.single-banner__layout12 .text-01{
    display: block;
    line-height: 1;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    color: #555555;
}
.single-banner__layout12 .text-02{
    display: block;
    line-height: 1;
    margin: 3px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
}
.single-banner__layout12 .text-03{
    display: block;
    line-height: 1;
    margin: 4px 0 0;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}
.single-banner__layout12 .price{
    margin-left: 3px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #e5534c;
}
@media (min-width: 1200px) {
    .single-banner__layout11.bn-effect,
    .single-banner__layout12.bn-effect{
        -webkit-background-size: 100%;
        background-size: 100%;
    }
}
/*Single banner style 13*/
.single-banner__layout13{
    font-size: 0;
    line-height: 0;
    text-align: right;
    padding: 68px 68px 15px 15px;
}
.single-banner__layout13 .banner-content{
    text-align: left;
    display: inline-block;
    max-width: 200px;
}
.single-banner__layout13 .text-01{
    display: block;
    margin: 0;
    line-height: 26px;
    font-size: 22px;
    font-weight: 400;
    color: #444444;
    text-transform: uppercase;
}
.single-banner__layout13 .text-02{
    display: block;
    margin: 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    color: #555555;
    text-transform: uppercase;
}
.single-banner__layout13 .text-03{
    display: block;
    margin: 14px 0 0;
    line-height: 1;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
}
.single-banner__layout13 b{
    color: #222222;
    font-weight: 700;
}
.single-banner__layout13 .price{
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #e5534c;
    margin-left: 5px;
}
@media (min-width: 1200px) {
    .single-banner__layout13.bn-effect:hover .banner-content,
    .single-banner__layout12.bn-effect:hover .banner-content,
    .single-banner__layout11.bn-effect:hover .banner-content{
        position: relative;
        z-index: 1;
    }
    .single-banner__layout13.bn-effect:hover .price,
    .single-banner__layout12.bn-effect:hover .price,
    .single-banner__layout11.bn-effect:hover .price{
        color: #a92d27;
    }
    .single-banner__layout13.bn-effect:hover b,
    .single-banner__layout13.bn-effect:hover .text-03,
    .single-banner__layout13.bn-effect:hover .text-02,
    .single-banner__layout13.bn-effect:hover .text-01,
    .single-banner__layout12.bn-effect:hover .text-03,
    .single-banner__layout12.bn-effect:hover .text-02,
    .single-banner__layout12.bn-effect:hover .text-01,
    .single-banner__layout11.bn-effect:hover .text-03,
    .single-banner__layout11.bn-effect:hover .text-02,
    .single-banner__layout11.bn-effect:hover .text-01{
        color: #eeeeee;
    }
}
@media (max-width: 499px) {
    .single-banner__layout13{
        padding: 48px 15px 15px 15px;
    }
    .single-banner__layout12{
        padding: 37px 18px 5px 20px;
    }
    .single-banner__layout11{
        padding: 37px 15px 5px 10px;
    }
    .single-banner__layout13 .banner-content,
    .single-banner__layout12 .banner-content,
    .single-banner__layout11 .banner-content{
        padding: 20px;
        background-color: rgba(255,255,255,0.7);
    }
    .single-banner__layout13 .banner-content{
        max-width: 240px;
    }
}
/*Single banner style 14*/
.single-banner__layout14{
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border: 3px solid #e9e9e9;
    padding: 24px 0 5px;
}
.single-banner__layout14 .banner-content{
    display: table;
    width: 100%;
}
.single-banner__layout14 .text-content,
.single-banner__layout14 .wrap-btn{
    display: table-cell;
    vertical-align: top;
}
.single-banner__layout14 .text-content{
    font-size: 24px;
    line-height: 1;
    padding-left: 39px;
}
.single-banner__layout14 .text-01{
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.single-banner__layout14 .text-02{
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #555555;
    font-weight: 600;
}
.single-banner__layout14 .text-02 b{
    font-weight: 700;
    color: #222222;
}
.single-banner__layout14 .text-02 .price{
    font-size: 26px;
    color: #e5534c;
    line-height: 20px;
    font-weight: 700;
    margin-left: 4px;
}
.single-banner__layout14 .wrap-btn{
    width: 137px;
    text-align: left;
    padding: 5px 0 0;
}
.single-banner__layout14 .wrap-btn .banner-btn{
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0 5px;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    border: none;
}
.single-banner__layout14 .wrap-btn .banner-btn:hover{
    background-color: #333333 !important;
}
.single-banner__layout14.bn-effect:hover,
.single-banner__layout14.bn-effect{
    background-size: cover !important;
}
.single-banner__layout14.bn-effect::before,
.single-banner__layout14.bn-effect::after{
    content: none;
}
.single-banner__layout14.bn-effect:hover .text-01{
    color: #333333;
}
.single-banner__layout14.bn-effect:hover .text-02{
    color: #555555;
}
@media (max-width: 992px){
    .single-banner__layout14{
        padding: 24px 0;
    }
}
@media (max-width: 419px){
    .single-banner__layout14 .text-content{
        display: block;
        padding: 0 15px;
    }
    .single-banner__layout14 .wrap-btn {
        display: block;
        padding: 0 15px;
        margin: 12px 0 0;
    }
    .single-banner__layout14 .text-02{
        line-height: 29px;
    }
}
/*Single banner style 15*/
.single-banner__layout15{
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    padding: 47px 30px 20px;
}
.single-banner__layout15 .banner-content{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.single-banner__layout15 .text-01{
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    color: #333333;
    text-transform: uppercase;
}
.single-banner__layout15 .text-02{
    display: block;
    margin: 7px 0 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    color: #666666;
    font-weight: 400;
}
.single-banner__layout15 .text-03{
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #666666;
    text-transform: uppercase;
}
.single-banner__layout15 .text-03 .price{
    color: #e5534c;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-left: 3px;
}

.single-banner__layout15.bn-effect:hover,
.single-banner__layout15.bn-effect{
    background-size: cover;
}
.single-banner__layout15.bn-effect:hover .text-03{
    color: #ffffff;
}
.single-banner__layout15.bn-effect:hover .price{
    color: #9e1b15;
}

/*Single banner style 16*/
.single-banner__layout16{
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-transform: uppercase;
    padding: 44px 34px 20px;
}
.single-banner__layout16 .banner-content{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.single-banner__layout16 .text-01{
    display: block;
    margin: 0;
    font-size: 17px;
    line-height: 1;
    color: #555555;
}
.single-banner__layout16 .text-02{
    display: block;
    margin: 3px 0 0;
    font-size: 20px;
    color: #222222;
    font-weight: 700;
    line-height: 1;
}
.single-banner__layout16 .text-03{
    display: block;
    margin: 9px 0 0;
    font-size: 14px;
    color: #333333;
    line-height: 1;
    font-weight: 400;
}
.single-banner__layout16 .text-03 .price{
    font-weight: 700;
    font-size: 24px;
    color: #e5534c;
    margin-left: 3px;
}
.single-banner__layout16.bn-effect:hover,
.single-banner__layout16.bn-effect{
    background-size: cover;
}
.single-banner__layout16.bn-effect:hover .text-03{
    color: #ffffff;
}
.single-banner__layout16.bn-effect:hover .price{
    color: #9e1b15;
}
/*Single banner style 17*/
.single-banner__layout17{
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    padding: 21px 20px;
}
.single-banner__layout17 .banner-content{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.single-banner__layout17 .text-01{
    font-size: 18px;
    line-height: 1;
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin: 0;
}
.single-banner__layout17 .text-02{
    display: block;
    margin: -4px 0 0;
    font-size: 16px;
    color: #e5534c;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}
.single-banner__layout17 .text-02 b{
    color: #e5534c;
    font-size: 32px;
}
.single-banner__layout17.bn-effect{
    background-size: cover;
}
.single-banner__layout17.bn-effect::after{
    content: none;
}
@media (min-width: 1200px) {
    .single-banner__layout17.bn-effect .banner-content{
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -ms-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }
    .single-banner__layout17.bn-effect:hover .banner-content{
        margin-top: 30px;
    }
    .single-banner__layout17.bn-effect .text-02{
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -ms-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }
    .single-banner__layout17.bn-effect:hover .text-02{
        margin-top: 5px;
    }
    .single-banner__layout17.bn-effect:hover .text-02 b{
        color: #c32720;
        font-size: 45px;
    }
}
/*Single banner style 18*/
.single-banner__layout18{
    display: block;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    padding: 49px 15px 30px 56px;
}
.single-banner__layout18 .banner-content{
    position: relative;
    z-index: 1;
}
.single-banner__layout18 .text-content{
    display: inline-block;
}
.single-banner__layout18 .text-01{
    font-size: 26px;
    line-height: 1;
    color: #333333;
    display: block;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.single-banner__layout18 .text-02{
    display: block;
    margin: 4px 0;
    font-size: 13px;
    line-height: 1;
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
}
.single-banner__layout18 .text-02 b{
    font-weight: 700;
    font-size: 18px;
    color: #e5534c;
}
.single-banner__layout18 .wrap-btn{
    display: block;
    margin: 14px 0 0;
}
.single-banner__layout18 .banner-btn{
    display: inline-block;
    min-width: 102px;
    height: 35px;
    line-height: 33px;
    padding: 0 10px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    border-radius: 3px;
    outline: none;
}
.single-banner__layout18 .banner-btn:hover{
    background: #333333;
}
@media (min-width: 1200px) {
    .single-banner__layout18.bn-effect:hover .text-02 b{
        color: #ab0800;
    }
}
@media (max-width: 991px) {
    .single-banner__layout18 .banner-content{
        padding: 15px;
        background-color: rgba(255,255,255,0.7);
        display: inline-block;
        webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
        box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
    }
}
@media (max-width: 767px){
    .single-banner__layout18{
        padding: 49px 15px 30px 30px;
    }
}

/*Single banner style 19*/
.single-banner__layout19{
    display: block;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    padding: 54px 10px 20px 75px;
}
.single-banner__layout19 .banner-content{
    display: inline-block;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.single-banner__layout19 .text-01{
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 1;
    color: #333333;
    font-weight: 400;
}
.single-banner__layout19 .text-01 b{
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
}
.single-banner__layout19 .text-02{
    display: block;
    margin: 6px 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #666666;
}
.single-banner__layout19 .text-03{
    display: block;
    margin: 10px 0 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 400;
}
.single-banner__layout19 .price{
    font-size: 24px;
    color: #e5534c;
    margin-left: 3px;
    font-weight: 700;
}
@media (min-width: 1200px) {
    .single-banner__layout19.bn-effect:hover .price{
        color: #ab0800;
    }
    .single-banner__layout19.bn-effect:hover .text-03{
        color: #ffffff;
    }
}
@media (max-width: 991px) {
    .single-banner__layout19 .banner-content{
        padding: 15px;
        background-color: rgba(255,255,255,0.7);
        display: inline-block;
        webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
        box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
    }
}

/*Single banner style 20*/
.single-banner__layout20 {
    display: block;
    overflow: hidden;
    text-align: right;
    padding: 51px 22px 0 0;
}
.single-banner__layout20 .banner-content{
    display: inline-block;
    text-align: left;
    position: relative;
    z-index: 1;
}
.single-banner__layout20 .text-01{
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
}
.single-banner__layout20 .text-02{
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 1;
    color: #333333;
    text-transform: uppercase;
    font-weight: 400;
}
.single-banner__layout20 .text-02 .price {
    font-size: 20px;
    color: #e5534c;
    line-height: 1;
    margin-left: 3px;
}
@media (max-width: 991px) {
    .single-banner__layout20{
        padding: 20px;
    }
    .single-banner__layout20 .banner-content{
        background-color: rgba(255,255,255,0.8);
        padding: 10px;
    }
}
/*Single banner style 21*/
.single-banner__layout21 {
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-align: right;
    padding: 44px 9px 0 0;
}
.single-banner__layout21 .banner-content{
    display: inline-block;
    text-align: left;
    position: relative;
    z-index: 1;
}
.single-banner__layout21 .text-01 {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
}
.single-banner__layout21 .text-02 {
    display: block;
    margin: 6px 0 0;
    font-size: 13px;
    color: #666666;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
}
.single-banner__layout21 .single-banner__button {
    display: inline-block;
    position: relative;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: #222222;
    margin: 15px 0 0;
    padding: 0;
    box-shadow: none;
    outline: none;
    border: none;
}
.single-banner__layout21 .single-banner__button::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #9f9f9f;
}
@media (min-width: 1200px) {
    .single-banner__layout21.bn-effect .single-banner__button::before{
        -webkit-transition: bottom .35s ease 0s;
        -moz-transition: bottom .35s ease 0s;
        -ms-transition: bottom .35s ease 0s;
        -o-transition: bottom .35s ease 0s;
        transition: bottom .35s ease 0s;
    }
    .single-banner__layout21.bn-effect:hover .single-banner__button:not(:hover){
        color: #ffffff;
    }
    .single-banner__layout21.bn-effect:hover .single-banner__button:not(:hover)::before{
        background-color: #ffffff;
    }
    .single-banner__layout21.bn-effect:hover .single-banner__button::before{
        bottom: -5px;
    }
}
@media (max-width: 991px) {
    .single-banner__layout21{
        padding: 20px;
    }
    .single-banner__layout21 .banner-content{
        background-color: rgba(255,255,255,0.8);
        padding: 10px;
    }
}
/*Single banner style 22*/
.single-banner__layout22{
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-align: right;
    padding: 31px 12px 0 0;
}
.single-banner__layout22 .banner-content{
    display: inline-block;
    text-align: left;
    position: relative;
    z-index: 1;
}
.single-banner__layout22 .text-01{
    display: block;
    margin: 0;
    font-size: 17px;
    color: #222222;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}
.single-banner__layout22 .price{
    display: block;
    margin: 4px 0 0;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #e5534c;
}
@media (max-width: 991px) {
    .single-banner__layout22{
        padding: 20px;
    }
    .single-banner__layout22 .banner-content{
        background-color: rgba(255,255,255,0.8);
        padding: 10px;
    }
}
/*Single banner style 23*/
.single-banner__layout23{
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-align: left;
    padding: 19px 0 0 25px;
}
.single-banner__layout23 .banner-content{
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 20px;
}
.single-banner__layout23 .text-01{
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
}
.single-banner__layout23 .text-02{
    display: block;
    margin: 7px 0 0;
    font-size: 12px;
    color: #666666;
    line-height: 1;
    text-transform: uppercase;
}
.single-banner__layout23 .text-03{
    display: block;
    margin: 12px 0 0;
    font-size: 14px;
    color: #666666;
    line-height: 1;
    text-transform: uppercase;
}
.single-banner__layout23 .text-03 .price{
    font-weight: 700;
    font-size: 24px;
    color: #e5534c;
    margin-left: 3px;
}
@media (min-width: 1200px) {
    .single-banner__layout23.bn-effect:hover .text-03{
        color: #ffffff;
    }
    .single-banner__layout23.bn-effect:hover .price{
        color: #b7170f;
    }
}
@media (max-width: 991px) {
    .single-banner__layout23{
        padding: 20px;
    }
    .single-banner__layout23 .banner-content{
        background-color: rgba(255,255,255,0.8);
    }
}

/*Single banner style 24*/
.single-banner__layout24{
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-align: left;
    padding: 28px 0 0 5px;
}
.single-banner__layout24 .banner-content{
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 20px;
}
.single-banner__layout24 .text-01{
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #222222;
}
.single-banner__layout24 .text-01 b{
    font-weight: 700;
    font-size: 19px;
}
.single-banner__layout24 .text-02{
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
    color: #666666;
    line-height: 1;
    text-transform: uppercase;
}
.single-banner__layout24 .text-03{
    display: block;
    margin: 11px 0 0;
    font-size: 14px;
    color: #333333;
    line-height: 1;
    text-transform: uppercase;
}
.single-banner__layout24 .text-03 .price{
    font-weight: 700;
    font-size: 24px;
    color: #e5534c;
    margin-left: 3px;
}
@media (min-width: 1200px) {
    .single-banner__layout24.bn-effect:hover .text-03{
        color: #ffffff;
    }
    .single-banner__layout24.bn-effect:hover .price{
        color: #b7170f;
    }
}
@media (max-width: 991px) {
    .single-banner__layout24{
        padding: 20px;
    }
    .single-banner__layout24 .banner-content{
        background-color: rgba(255,255,255,0.8);
    }
}

/* growl notice */
.growl.growl-error,
.growl.growl-warning,
.growl.growl-notice{
    color: #FFFFFF;
    background: #FFFFFF;
    padding: 0 !important;
    width: 310px;
}
.growl .growl-close{
    padding: 8px 13px;
    font-size: 20px;
}
.growl .growl-close:hover{
    color: #ff0000;
    background-color: rgba(0,0,0,0.08);
}
.growl .growl-title{
    padding: 5px 10px;
    font-size: 16px;
}
.growl.growl-notice .growl-title{
    background-color: #2ECC71;
}
.growl.growl-warning .growl-title{
    background-color: #F39C12;
}
.growl.growl-error .growl-title{
    background-color: #C0392B;
}
.growl .growl-message{
    padding: 10px;
    margin-top: 0;
    margin-bottom: 5px;
}
.growl .growl-content{
    font-size: 13px;
    color: #222222;
    vertical-align: top;
}
.growl .growl-message a{
    margin-top: 6px;
    display: block;
    color: #222222;
}

@media (max-width: 767px) {
    .admin-bar #growls-default{
        top: 46px;
    }
}

@media (max-width: 340px) {
    .growl.growl-medium{
        margin: 10px 5px;
    }
}

.techone-mini-cart .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: kt-spin 1s ease-in-out infinite;
    animation: kt-spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
}
@-webkit-keyframes kt-spin{
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes kt-spin{
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@media (min-width: 1500px){
    .boxed.body-size-1434 .site-wapper{
        max-width: 1464px;
    }
    .boxed.body-size-1434 .container{
        min-width: 1434px !important;
    }
    .boxed.body-size-1434 .show-button-all .view-all-categori{
        padding-top: 9px;
    }
    .boxed.body-size-1434 .header.style1 .form-search-width-category .form-content{
        width: 100%;
    }
    .boxed.body-size-1434 .header.style1 .form-search-width-category .form-content .inner{
        width: auto;
    }
    .boxed.body-size-1434 .header.style1 .form-search-width-category .form-content .category{
        width: 135px;
    }
}
@media (min-width: 1500px) {
    .col-hg-1,
    .col-hg-10,
    .col-hg-11,
    .col-hg-12,
    .col-hg-2,
    .col-hg-3,
    .col-hg-4,
    .col-hg-5,
    .col-hg-6,
    .col-hg-7,
    .col-hg-8,
    .col-hg-9 {
        float: left
    }
    .col-hg-15 {
        width: 20%;
    }
    .col-hg-12 {
        width: 100%
    }
    .col-hg-11 {
        width: 91.66666667%
    }

    .col-hg-10 {
        width: 83.33333333%
    }

    .col-hg-9 {
        width: 75%
    }

    .col-hg-8 {
        width: 66.66666667%
    }

    .col-hg-7 {
        width: 58.33333333%
    }

    .col-hg-6 {
        width: 50%
    }

    .col-hg-5 {
        width: 41.66666667%
    }

    .col-hg-4 {
        width: 33.33333333%
    }

    .col-hg-3 {
        width: 25%
    }

    .col-hg-2 {
        width: 16.66666667%
    }

    .col-hg-1 {
        width: 8.33333333%
    }

    .col-hg-pull-12 {
        right: 100%
    }

    .col-hg-pull-11 {
        right: 91.66666667%
    }

    .col-hg-pull-10 {
        right: 83.33333333%
    }

    .col-hg-pull-9 {
        right: 75%
    }

    .col-hg-pull-8 {
        right: 66.66666667%
    }

    .col-hg-pull-7 {
        right: 58.33333333%
    }

    .col-hg-pull-6 {
        right: 50%
    }

    .col-hg-pull-5 {
        right: 41.66666667%
    }

    .col-hg-pull-4 {
        right: 33.33333333%
    }

    .col-hg-pull-3 {
        right: 25%
    }

    .col-hg-pull-2 {
        right: 16.66666667%
    }

    .col-hg-pull-1 {
        right: 8.33333333%
    }

    .col-hg-pull-0 {
        right: auto
    }

    .col-hg-push-12 {
        left: 100%
    }

    .col-hg-push-11 {
        left: 91.66666667%
    }

    .col-hg-push-10 {
        left: 83.33333333%
    }

    .col-hg-push-9 {
        left: 75%
    }

    .col-hg-push-8 {
        left: 66.66666667%
    }

    .col-hg-push-7 {
        left: 58.33333333%
    }

    .col-hg-push-6 {
        left: 50%
    }

    .col-hg-push-5 {
        left: 41.66666667%
    }

    .col-hg-push-4 {
        left: 33.33333333%
    }

    .col-hg-push-3 {
        left: 25%
    }

    .col-hg-push-2 {
        left: 16.66666667%
    }

    .col-hg-push-1 {
        left: 8.33333333%
    }

    .col-hg-push-0 {
        left: auto
    }

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

    .col-hg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-hg-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-hg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-hg-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-hg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-hg-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-hg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-hg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-hg-offset-0 {
        margin-left: 0
    }
    .auto-clear .col-hg-15:nth-child(6n+1) {
        /*clear: both;*/
    }
    .auto-clear .col-lg-3:not(.col-hg-3):nth-child(4n+1),
    .auto-clear .col-lg-4:not(.col-hg-4):nth-child(3n+1),
    .auto-clear .col-lg-15:not(.col-hg-15):nth-child(5n+1) {
        clear: none;
    }
}
.techone-products.including-carousel.has-featured .content-product{
    background-color: #ffffff;
    border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 991px){
    .techone-products.including-carousel.has-featured .content-product{
        border-left: none;
    }
    .techone-products.including-carousel .featured-product .product-inner.style3{
        border-right: none;
    }
}
.category-page.left-slidebar .woocommerce-breadcrumb,
.category-page.right-slidebar .woocommerce-breadcrumb{
    margin-bottom: 20px;
    margin-top: 20px;
}
.single-product.product-type-grouped .summary&gt;.price,
.single-product.product-type-external .summary .price{
    margin-bottom: 15px;
}
.wpcf7 .form-group,
.wpcf7 .form-group label,
.wpcf7 .form-group .wpcf7-form-control-wrap input,
.wpcf7 .form-group .wpcf7-form-control-wrap textarea,
.wpcf7 .form-group .wpcf7-form-control-wrap{
    display: inline-block;
    width: 100%;
}
.comment-content .reply{
    font-weight: 700;
    margin-top: 16px;
}
.techone-author-info{
    clear: both;
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 1px solid #e6e6e6;
    padding: 14px;
    margin-top: 10px;
}
.techone-author-info .avata{
    display: table-cell;
    vertical-align: top;
    width: 170px;
}
.techone-author-info .des{
    display: table-cell;
    vertical-align: top;
    padding: 0 50px 0 16px;
}
.techone-author-info .des .name{
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}
.techone-author-info .des .name a:not(:hover){
    color: #222222;
}
.techone-author-info .des .text-val{
    display: block;
    margin: 19px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}
.single-post-content .post-detail .post-thumb{
    padding-bottom: 29px;
}
.single-post-content .post-detail .post-name{
    margin-bottom: 10px;
}
.post-grid .post-items .post-name{
    line-height: 24px;
    margin-bottom: 5px;
}
.section-header-style5{
    display: block;
    position: relative;
    border: 0;
    background-color: transparent;
    line-height: 0;
    width: 116px;
}
.section-header-style5::before{
    content: '';
    display: block;
    border-top: 0;
    border-bottom: 5px solid #960e11;
    border-left: 5px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    z-index: 20;
    top: -5px;
    right: 10px;
}
.section-header-style5::after{
    content: '';
    display: block;
    border-top: 0;
    border-bottom: 5px solid #960e11;
    border-left: 4px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    z-index: 20;
    left: -7px;
    bottom: -104px;
    transform: rotate(-90deg);
}
.section-header-style5 .section-title::before,
.section-header-style5 .section-title::after{
    content: none;
}
.section-header-style5 .section-title{
    display: inline-block;
    width: 108px;
    height: 108px;
    overflow: hidden;
    background: transparent !important;
    border: none !important;
    padding: 0;
    min-width: auto;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 20;
    border-top-left-radius: 3px;
}
.section-header-style5 .section-title::after{}
.section-header-style5 .section-title .text{
    display: inline-block;
    width: 200px;
    background-color: #d01418;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-left: -74px;
    margin-right: 0;
    margin-top: -13px;
    padding: 46px 0 19px 0;
    height: 78px;
    transform: rotate(-45deg);
}
.techone-products.featured-layout-15 .featured-product{
    width: auto;
    max-width: 100%;
    padding: 28px 31px 36px;
    border-bottom: 0;
}
@media (max-width: 1199px){
    .techone-products.featured-layout-15 .featured-product{
        padding: 28px 15px 36px;
    }
}
.techone-products.featured-layout-15 .content-product{
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    border-left: none;
}
@media (min-width: 992px){
    .techone-products.featured-layout-15 .content-product{
        position: relative;
    }
    .techone-products.featured-layout-15 .content-product::before{
        content: '';
        display: block;
        width: 1px;
        background-color: #e6e6e6;
        position: absolute;
        top: 31px;
        bottom: 38px;
        left: 0;
    }
    .techone-products.featured-layout-15 .content-product{
        width: 335px;
        vertical-align: middle;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .techone-products.featured-layout-15 .content-product .product-list-grid&gt;li{
        width: 50%;
    }
}
@media (max-width: 991px){
    .featured-layout-15 .product-inner.style7{
        border-bottom: none;
    }
}
@media (min-width: 1500px) {
    body.wide-container .techone-products.featured-layout-15 .content-product{
        width: 569px;
        padding-left: 20px;
        padding-right: 20px;
    }
    body.wide-container li.product-item.recent-product.style16{
        padding-left: 10px;
        padding-right: 10px;
    }
}
.techone-products.featured-layout-15 .product-item.style7{
    background-color: transparent;
}
.techone-products.including-carousel.featured-layout-15 .content-product{
    border-bottom: none;
}
.product-inner.style15{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.product-inner.style15 .product-info{
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}
.product-inner.style15 .product-thumb{
    display: table-cell;
    vertical-align: top;
    width: 368px;
    padding-top: 3px;
}
@media (max-width: 1199px){
    .techone-products.featured-layout-15 .content-product{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .product-inner.style15 .product-thumb{
        width: 50%;
    }
    .product-inner.style15 .product-info{
        padding-left: 15px;
    }
}
@media (max-width: 991px){
    .techone-products.featured-layout-15 .content-product{
        border-top: 1px solid #e6e6e6;
        padding-top: 20px;
    }
}
@media (max-width: 767px){
    .product-inner.style15 .product-info,
    .product-inner.style15 .product-thumb{
        display: block;
        padding-left: 0;
        width: 100%;
    }
    .product-inner.style15 .product-info{
        margin-top: 30px;
    }
}
.product-inner.style15 .product-thumb .slick-slider{
    display: block;
    margin: 0;
    padding: 0 17px;
    position: relative;
}
.product-inner.style15 .product-thumb .slick-slider .slick-arrow{
    font-size: 19px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    color: #c0c0c0;
}
.product-inner.style15 .product-thumb .slick-slider .slick-arrow:hover{
    color: #333e48;
}
.product-inner.style15 .product-thumb .slick-slider .next.slick-arrow{
    left: auto;
    right: 0;
}
.product-inner.style15 .product-thumb li{
    list-style: none;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.product-inner.style15 .product-thumb .wrap-prd-thumbnail{
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    position: relative;
}
.product-inner.style15 .product-thumb .onsale{
    position: absolute;
    top: 10px;
    right: 58px;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    min-width: 48px;
    padding: 0 5px;
    border-radius: 1px;
    background-color: #d01418;
    border: none;
}
.product-inner.style15 .product-thumb .onsale::before{
    content: none;
}
.product-inner.style15 .product-thumb .wrap-prd-gallery{
    padding: 0 22px;
    display: block;
    margin-top: 22px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-inner.style15 .product-thumb .wrap-prd-gallery{
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-inner.style15 .product-thumb .wrap-prd-gallery{
        padding: 0;
    }
    .product-inner.style15 .techone-available-counter{
        margin-top: 35px;
    }
}
.product-inner.style15 .product-thumb .prd-gallery-item{
    font-size: 0;
    display: inline-block;
    margin: 0;
    line-height: 0;
    width: 65px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    opacity: 0.3;
    transition: opacity .15s ease 0s;
}
.product-inner.style15 .product-thumb .list-item-active .prd-gallery-item{
    border-width: 2px;
    opacity: 1;
}
.product-inner.style15 .product-info .product-name{
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    display: block;
}
.product-inner.style15 .product-info .product-name a{
    color: #222;
}
.product-inner.style15 .product-info .product-excerpt{
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 16px 0 0;
}
.product-inner.style15 .product-info .price{
    width: 100%;
    display: inline-block;
    line-height: 0;
    margin-top: 12px;
}
.product-inner.style16 .product-info .price ins,
.product-inner.style15 .product-info .price ins{
    margin-left: 7px;
    vertical-align: baseline;
}
.techone-wrap-custom-rating{
    display: block;
    line-height: 0;
    margin-top: 21px;
}
.techone-wrap-custom-rating .rating-count{
    display: inline-block;
    vertical-align: middle;
    color: #aaaaaa;
    line-height: 1;
}
.techone-wrap-custom-rating .star-rating{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.countdown__circle__layout-02{
    padding: 0;
    border-top: 0;
    margin-top: 42px;
}
.countdown__circle__layout-02 .title-b{
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin: 0;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
}
.countdown__circle__layout-02 .techone-countdown{
    display: block;
    font-size: 0;
    width: 100%;
}
.countdown__circle__layout-02 .techone-countdown .dot{
    display: none;
}
.countdown__circle__layout-02 .techone-countdown .box-count{
    width: 60px;
    border: none;
    background-color: #f2f5f7;
    padding: 15px 5px;
    height: auto;
    display: inline-block;
    margin-right: 20px;
}
.countdown__circle__layout-02 .techone-countdown .box-count .number{
    font-size: 14px;
    line-height: 1;
    margin-bottom: 3px;
}
.countdown__circle__layout-02 .techone-countdown .box-count .text{
    color: #888;
    font-size: 12px;
    line-height: 1;
    font-family: 'Rubik', sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px){
    .countdown__circle__layout-02 .techone-countdown .box-count{
        margin-right: 3px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .countdown__circle__layout-02 .techone-countdown .box-count{
        margin-right: 10px;
    }
}
@media (max-width: 767px){
    .countdown__circle__layout-02 .techone-countdown{
        max-width: 100%;
        text-align: left;
    }
    .countdown__circle__layout-02 .techone-countdown .box-count{
        margin-right: 0;
    }
    .countdown__circle .techone-countdown .box-count:not(.day){
        margin-left: 5px;
    }
}
.techone-available-counter{
    display: block;
    margin: 21px 0 0;
    font-size: 0;
    line-height: 0;
}
.techone-available-counter .head-text{
    display: inline-block;
    width: 100%;
    margin: 0;
}
.techone-available-counter .already-sold-number,
.techone-available-counter .available-number{
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 14px;
    vertical-align: top;
    color: #888;
    font-weight: 400;
}
.techone-available-counter .already-sold-number strong,
.techone-available-counter .available-number strong{
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #222;
}
.techone-available-counter .already-sold-number{
    float: right;
}
.techone-available-counter .available-track{
    display: inline-block;
    width: 100%;
    clear: both;
    border-radius: 9999px;
    overflow: hidden;
    background-color: #f2f5f7;
    font-size: 0;
    line-height: 0;
    margin-top: 14px;
}
.techone-available-counter .available-track .process{
    display: inline-block;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    background-color: #d01418;
    height: 9px;
}
.product-inner.style15 .product-info .button.added + .added_to_cart,
.product-inner.style15 .product-info .button.product_type_simple,
.product-inner.style15 .product-info .button.product_type_variable,
.product-inner.style15 .product-info .button.product_type_external,
.product-inner.style15 .product-info .button.product_type_grouped{
    display: block;
    clear: both;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 9999px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    margin-top: 32px;
    width: 100%;
}
.product-inner.style15 .product-info .button.product_type_simple::before,
.product-inner.style15 .product-info .button.product_type_variable::before,
.product-inner.style15 .product-info .button.product_type_external::before,
.product-inner.style15 .product-info .button.product_type_grouped::before{
    content: none;
}
.product-inner.style15 .product-info .button.added{
    display: none;
}
.product-item:last-child .product-inner.style16{
    border-bottom: 0;
    padding-bottom: 16px;
}
.product-inner.style16{
    padding: 15px 0;
}
.product-inner.style16 .product-thumb .thumb-inner img{
    width: 90px;
}
.header-thirteen .top-bar-menu &gt; li &gt; a{
    padding: 14px 15px;
    text-transform: capitalize;
}
.header-thirteen .top-bar-menu.right&gt;li.menu-item-has-children&gt;a{
    padding-right: 38px;
}
.header-thirteen .top-bar-menu.right&gt;li.menu-item-has-children .submenu{
    left: auto;
    right: 0;
}
.language-switcher .top-bar-menu a img{
    margin-top: -3px;
    margin-right: 6px;
}
.header-nine .top-bar-menu a img,
.header-thirteen .top-bar-menu a img{
    margin-top: -2px;
    margin-right: 6px;
}
.header-nine .top-bar-menu .submenu &gt; li &gt; a,
.header-thirteen .top-bar-menu .submenu &gt; li &gt; a{
    text-transform: capitalize;
}
@media (min-width: 1200px) {
    .header-thirteen .mobile-navigation{
        display: none;
    }
    .disable-link{
        cursor: pointer;
    }
}
@media (min-width: 992px) {
    .header-thirteen .top-bar-menu.left&gt;li:first-child&gt;a{
        padding-left: 0;
    }
    .header-thirteen .top-bar-menu.right &gt; li:last-child &gt; a::after{
        content: '';
    }
}
.header-thirteen .top-header{
    border-bottom: 1px solid #ebebeb;
}
.header-thirteen .wrap-search-bar{
    display: inline-block;
    width: 53.847%;
}
.header-thirteen .user-acts{
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 18px 0 0;
    line-height: 0;
}
.header-thirteen .user-acts ul{
    line-height: 24px;
}
.header-thirteen .user-acts .menu-item-has-children{
    position: relative;
}
.header-thirteen .user-acts .menu-item-has-children .submenu{
    top: 100%;
    left: 0;
    position: absolute;
    line-height: 28px;
    padding: 13px 18px;
    z-index: 50;
    background-color: #fff;
    font-size: 13px;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
    visibility: hidden;
    min-width: 143px;
    text-align: left;
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
}
.header-thirteen .user-acts .menu-item-has-children:hover .submenu{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.header-thirteen .user-acts li{
    list-style: none;
}
.header-thirteen .user-acts&gt;li{
    display: inline-block;
}
.header-thirteen .user-acts&gt;li&gt;a{
    display: inline-block;
    position: relative;
    overflow: hidden;
    min-height: 53px;
    padding-left: 63px;
    line-height: 1;
    padding-top: 11px;
}
.header-thirteen .user-acts&gt;li&gt;a::before{
    content: '';
    font-size: 0;
    line-height: 0;
    width: 53px;
    height: 53px;
    background: transparent url(../images/user-infor-thirteenth.png);
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #e6e6e6;
    border-radius: 999px;
    position: absolute;
    top: 0;
    left: 0;
}
.header-thirteen .user-acts .f-line{
    display: block;
    font-size: 14px;
    color: #222;
    line-height: 1;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 400;
}
.header-thirteen .user-acts .s-line{
    display: block;
    line-height: 1;
    font-size: 13px;
    color: #888;
}
.header-thirteen .main-header{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 32px;
}
.header-thirteen .wrap-search-bar .form-content .btn-search{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    padding: 0 10px;
    height: 43px;
    line-height: 42px;
    width: 124px;
}
.header-thirteen .wrap-search-bar .form-content .inner input{
    font-size: 13px;
    line-height: 43px;
    height: 43px;
    border: 2px solid #ebebeb;
    border-left: none;
    border-right: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0 5px 0 30px;
}
.header-thirteen .form-search-width-category .chosen-container-single .chosen-single{
    font-size: 14px;
    color: #222;
    line-height: 39px !important;
    height: 43px !important;
    border: none;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    border-radius: 999px 0 0 999px;
    padding: 0 42px 0 30px;
}
.header-thirteen .form-search-width-category .form-content .category{
    width: 187px;
}
.header-thirteen .form-search-width-category .form-content .category::before{
    left: auto;
    right: 0;
    height: 27px;
}
.header-thirteen .form-search-width-category .chosen-container-single{
    width: 187px !important;
}
.header-thirteen .form-search-width-category .chosen-container-single .chosen-single div{
    width: 42px;
}
.header-thirteen .form-search-width-category .chosen-container-single .chosen-single div b:before{
    content: '';
    font-size: 0;
    line-height: 0;
    width: 12px;
    height: 7px;
    background: transparent url(../images/chosen-thirteenth.png);
    display: inline-block;
}
.header-thirteen .form-search-width-category .form-content{
    padding: 0;
    border-left: 2px solid #ebebeb;
    border-radius: 999px 0 0 999px;
}
.header-thirteen .form-search-width-category .chosen-container-single .chosen-single span{
    font-size: 14px;
    color: #222222;
}
.header-thirteen .form-search-width-category .form-content .inner{
    width: 100%;
    max-width: initial;
}
.header-thirteen .header-nav-inner{
    background: transparent;
}
.header-thirteen .main-menu &gt; li &gt; a{
    color: #fff;
    font-weight: 600;
}
@media (min-width: 992px) {
    .header-thirteen .main-menu &gt; li:first-child.active &gt; a,
    .header-thirteen .main-menu &gt; li:first-child:hover &gt; a{
        position: relative;
    }
    .header-thirteen .main-menu &gt; li:first-child.active &gt; a::before,
    .header-thirteen .main-menu &gt; li:first-child:hover &gt; a::before{
        content: '';
        display: block;
        width: 19px;
        left: -19px;
        top: 0;
        bottom: 0;
        background-color: rgba(255,255,255,0.1);
        z-index: 1;
        position: absolute;
    }
    .header-thirteen .main-menu &gt; li.active &gt; a,
    .header-thirteen .main-menu &gt; li:hover &gt; a{
        background-color: rgba(255,255,255,0.1);
    }
    .header-thirteen .main-menu &gt; li &gt; .toggle-submenu{
        display: none !important;
    }
}
.header-thirteen .main-menu .menu-item-has-children &gt; a:after{
    content: none;
}
.minicart-thirteenth{
    padding: 0;
    vertical-align: middle;
    float: none;
}
.minicart-thirteenth .cart-icon,
.minicart-thirteenth .cart-text{
    display: inline-block;
    vertical-align: top;
}
.minicart-thirteenth::after,
.minicart-thirteenth::before{
    content: none;
}
.minicart-thirteenth .cart-icon::before{
    content: '';
    font-size: 0;
    line-height: 0;
    width: 53px;
    height: 53px;
    background: transparent url(../images/minicart-thirteenth.png);
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #e6e6e6;
    border-radius: 999px;
}
.minicart-thirteenth .cart-text{
    /*width: 74px;*/
    padding-left: 17px;
    line-height: 1;
    padding-top: 11px;
}
.minicart-thirteenth .cart-text .text2{
    display: block;
    font-size: 14px;
    color: #222;
    line-height: 1;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-weight: 400;
}
.minicart-thirteenth .cart-text .woocommerce-Price-amount{
    margin-left: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #888888;
/*    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;*/
}
.minicart-thirteenth .cart-icon .count{
    font-size: 11px;
    width: 21px;
    height: 21px;
    line-height: 20px;
}
.header-thirteen .user-info .mobile-navigation{
    display: none;
}
@media (max-width: 1199px) {
    .header-thirteen .user-acts&gt;li&gt;a{
        padding: 0;
    }
    .header-thirteen .user-acts .f-line,
    .header-thirteen .user-acts .s-line{
        display: none;
    }
    .header-thirteen .user-acts&gt;li&gt;a::before{
        position: static;
    }
    .minicart-thirteenth .cart-text{
        display: none;
    }
    .header-thirteen .user-info .search-icon-mobile::before{
        display: inline-block !important;
        font-family: FontAwesome, sans-serif;
        content: "\f002";
        font-size: 19px;
    }
    .header-thirteen .user-info .search-icon-mobile{
        display: inline-block !important;
        vertical-align: middle;
        width: 53px;
        text-align: center;
        border: 2px solid #e6e6e6;
        border-radius: 999px;
        line-height: 48px;
        height: 53px;
        margin-right: 18px;
    }
    .minicart-thirteenth .cart-icon:before,
    .header-thirteen .user-acts&gt;li&gt;a:before,
    .header-thirteen .user-info .search-icon-mobile{
        border-color: #ffffff;
    }
}
@media (max-width: 991px){
    .header-thirteen .user-info .mobile-navigation{
        font-size: 0;
        line-height: 0;
        display: inline-block;
        width: 53px;
        text-align: center;
        padding: 19px 5px 15px;
        border: 2px solid #e6e6e6;
        border-radius: 999px;
        vertical-align: middle;
        margin-left: 18px;
        border-color: #ffffff;
    }
    .header-thirteen .user-info .mobile-navigation .icon{
        margin: 0;
    }
    .header-thirteen .top-bar-menu.left {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .header-thirteen .top-header{
        padding: 5px 0 15px;
    }
}
@media (max-width: 767px){
    .header-thirteen .main-header{
        border-bottom: 1px solid #e6e6e6;
    }
    .header-thirteen .main-header .user-info{
        font-size: 0;
        text-align: center;
        padding: 20px 0 0;
        display: block;
    }
    .header-thirteen .main-header .logo,
    .header-thirteen .main-header{
        display: block;
    }
    .header-thirteen .block-minicart .cart-icon{
        margin-right: 0;
    }
}
.techone-wrap-contain-flex-row{
    display: flex;
}
@media (max-width: 991px) {
    .techone-wrap-contain-flex-row{
        display: block;
        font-size: 0;
        line-height: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .techone-wrap-contain-flex-row&gt;div{
        width: 100%;
        display: inline-block;
    }
    .techone-wrap-contain-flex-row&gt;div:first-child{
        margin-top: 30px;
    }
    .techone-wrap-contain-flex-row&gt;div:last-child{
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .techone-wrap-contain-flex-row&gt;div{
        width: 100%;
    }
    .techone-container.techone-wrap-contain-flex-row{
        border: none !important;
    }
}
.techone-iconbox__layout5{
    width: 100%;
    position: relative;
}
.techone-iconbox__layout5 .inner-content{
    display: block;
    text-align: center;
    font-size: 0;
    line-height: 0;
    padding: 25px 10px;
}
.techone-iconbox__layout5 .content,
.techone-iconbox__layout5 .img-icon{
    display: inline-block;
    vertical-align: top;
}
.techone-iconbox__layout5 .content{
    text-align: left;
    padding: 2px 0 0 8px;
}
.techone-iconbox__layout5 .content .title{
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 1;
    text-transform: uppercase;
}
.techone-iconbox__layout5 .content .text{
    font-size: 13px;
    line-height: 1;
    color: #888888;
    font-weight: 400;
    margin-top: 8px;
}
@media (min-width: 1200px){
    .techone-iconbox__layout5 .content,
    .techone-iconbox__layout5 .img-icon{
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .techone-iconbox__layout5:hover .content{
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
    }
    .techone-iconbox__layout5:hover .img-icon{
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}
@media (min-width: 992px){
    .techone-iconbox__layout5 + .techone-iconbox__layout5::before{
        content: '';
        width: 1px;
        height: 48px;
        background-color: #e6e6e6;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -24px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .techone-iconbox__layout5 .content{
        width: 100%;
        text-align: center;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .techone-iconbox__layout5 .inner-content{
        text-align: left;
    }
}
@media (min-width: 1500px) {
    .col-hg-3 .product-inner.style9 .product-thumb img{
        width: 150px;
    }
    .col-hg-3 .product-inner.style9 .group-button{
        left: 170px;
    }
}

/************************
* Lazy Load
*************************/
.loading-lazy {
    position: relative;
    display: block;
}
.loading-lazy:before, .loading-lazy:after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: currentcolor;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    -webkit-animation: tc-lazy-loading 2.0s infinite ease-in-out;
    animation: tc-lazy-loading 2.0s infinite ease-in-out;
}
.loading-lazy:after {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes tc-lazy-loading {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes tc-lazy-loading {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/************************
* Update - option 12-&gt;16
*************************/
body:not(.page-template-fullwidth) .header.style14:not(.style15),
body:not(.page-template-fullwidth) .header.style16{
    border-bottom: 1px solid #e6e6e6;
}
.effect {
    position: relative;
}
/*----- PLUS ZOOM -----*/
.plus-zoom::before,
.plus-zoom::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
}
.plus-zoom:hover::before{
    width: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
.plus-zoom:hover::after{
    height: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
/*----- OVERLAY PLUS -----*/
.overlay-plus::before,
.overlay-plus::after,
.overlay-cross::before,
.overlay-cross::after,
.overlay-horizontal::before,
.overlay-horizontal::after,
.overlay-vertical::before,
.overlay-vertical::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.15);
}
.overlay-plus::before,
.overlay-plus::after{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.overlay-plus:not(:hover)::before{
    width: 0;
}
.overlay-plus:not(:hover)::after{
    height: 0;
}
.overlay-cross::before{
    top: 0;
    left: 0;
}
.overlay-cross::after{
    bottom: 0;
    right: 0;
}
.overlay-cross:not(:hover)::before,
.overlay-cross:not(:hover)::after{
    width: 0;
    height: 0;
}
.overlay-horizontal::before{
    top: 0;
    left: 0;
    bottom: 0;
}
.overlay-horizontal::after{
    top: 0;
    right: 0;
    bottom: 0;
}
.overlay-horizontal:not(:hover)::before,
.overlay-horizontal:not(:hover)::after{
    width: 0;
}
.overlay-vertical::before{
    top: 0;
    left: 0;
    right: 0;
}
.overlay-vertical::after{
    left: 0;
    right: 0;
    bottom: 0;
}
.overlay-vertical:not(:hover)::before,
.overlay-vertical:not(:hover)::after{
    height: 0;
}
/*----- BORDER ZOOM -----*/
.border-zoom{
    overflow: hidden;
}
.border-zoom::before,
.border-zoom::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    opacity: 0;
}
.border-zoom::before{
    background-color: #000;
}
.border-zoom::after{
    top: -15px;
    bottom: -15px;
    left: -15px;
    right: -15px;
    border: 2px solid #fff;
}
.border-zoom:hover::before{
    opacity: 0.3;
}
.border-zoom:hover::after{
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    opacity: 1;
}
/*----- BORDER SCALE -----*/
.border-plus,
.border-scale{
    background-color: #000;
}
.border-plus .image-effect,
.border-plus img,
.border-scale .image-effect,
.border-scale img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.border-plus:hover .image-effect,
.border-plus:hover img,
.border-scale:hover .image-effect,
.border-scale:hover img{
    opacity: 0.7;
}
.border-plus::before,
.border-plus::after,
.border-scale::before,
.border-scale::after{
    content: '';
    position: absolute;
    z-index: 2;
    border: solid #fff;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    margin: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.border-plus::before,
.border-scale::before{
    border-width: 2px 0;
}
.border-plus::after,
.border-scale::after{
    border-width: 0 2px;
}
.border-scale:not(:hover)::before{
    left: 50%;
    right: 50%;
}
.border-scale:not(:hover)::after{
    top: 50%;
    bottom: 50%;
}
.border-plus.s2::before,
.border-scale.s2::before{
    top: 30px;
    bottom: 30px;
}
.border-plus.s2::after,
.border-scale.s2::after{
    left: 30px;
    right: 30px;
}
/*----- BORDER PLUS -----*/
.border-plus:not(:hover)::before{
    top: 30%;
    bottom: 30%;
    opacity: 0;
}
.border-plus:not(:hover)::after{
    left: 30%;
    right: 30%;
    opacity: 0;
}
/*********/
.product-item.style17 .group-button .inner{
    display: table;
    /*width: 100%;*/
    margin: 0 auto;
    padding-bottom: 15px;
}
.product-item.style17 .group-button .inner&gt;*:not(:last-child){
    margin-right: 10px;
}
.product-item.style21 .yith-wcqv-button,
.product-item.style17 .yith-wcqv-button{
    position: absolute;
    right: -15px;
    top: 0;
    color: #fff;
    font-size: 11px;
    background-color: #888888;
    padding: 4px 10px 5px;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    line-height: normal;
}
.product-item.style21 .yith-wcqv-button::before,
.product-item.style17 .yith-wcqv-button::before{
    display: none;
}
.product-item.style21:hover .yith-wcqv-button,
.product-item.style17:hover .yith-wcqv-button{
    right: 0;
}
.product-item.style17 .flashs{
    left: 0;
    top: auto;
    bottom: 0;
}
.product-item.style23 .flashs&gt;*,
.product-item.style22 .flashs&gt;*,
.product-item.style21 .flashs&gt;*,
.product-item.style20 .flashs&gt;*,
.product-item.style19 .flashs&gt;*,
.product-item.style17 .flashs&gt;*{
    font-size: 13px;
    font-weight: normal;
    height: 21px;
    line-height: 21px;
    border: none;
    padding: 0 10px;
}
.product-item.style23 .flashs&gt;*:before,
.product-item.style22 .flashs&gt;*:before,
.product-item.style21 .flashs&gt;*:before,
.product-item.style20 .flashs&gt;*:before,
.product-item.style19 .flashs&gt;*:before,
.product-item.style17 .flashs&gt;*:before{
    border-width: 11px 2px;
}
.product-item.style22 .new,
.product-item.style20 .new,
.product-item.style17 .new{
    background-color: #31629f;
}
.product-item.style22 .new:before,
.product-item.style20 .new:before,
.product-item.style17 .new:before{
    border-color: #31629f transparent transparent #31629f;
}
.product-item.style23 .onsale,
.product-item.style22 .onsale,
.product-item.style21 .onsale,
.product-item.style20 .onsale,
.product-item.style19 .onsale,
.product-item.style17 .onsale{
    background-color: #c30c0c;
}
.product-item.style23 .onsale:before,
.product-item.style22 .onsale:before,
.product-item.style21 .onsale:before,
.product-item.style20 .onsale:before,
.product-item.style19 .onsale:before,
.product-item.style17 .onsale:before{
    border-color: #c30c0c transparent transparent #c30c0c;
}
.product-item.style17 .product-inner.style1 .product-info{
    border: none;
    padding-top: 1px;
}
.product-item.style17 .product-name{
    margin-bottom: -1px;
}
.product-item.style24 .product-info .price,
.product-item.style22 .product-info .price,
.product-item.style20 .product-info .price,
.product-item.style17 .product-info .price{
    font-size: 15px;
    line-height: 100%;
}
.product-item.style23 .price,
.product-item.style22 .price,
.product-item.style20 .price,
.product-item.style19 .price,
.product-item.style17 .price{
    font-family: 'Roboto', sans-serif;
}
.product-item.style24 .price ins,
.product-item.style23 .price ins,
.product-item.style22 .price ins,
.product-item.style21 .price ins,
.product-item.style20 .price ins,
.product-item.style19 .price ins,
.product-item.style17 .price ins{
    float: left;
    margin-right: 9px;
}
.product-item.style24 .price del,
.product-item.style22 .price del,
.product-item.style20 .price del,
.product-item.style17 .price del{
    font-size: 13px;
}
.product-item.style24 .techone-wrap-custom-rating,
.product-item.style17 .techone-wrap-custom-rating{
    margin-top: 7px;
    margin-bottom: 16px;
}
.product-item.style24 .techone-wrap-custom-rating .rating-count,
.product-item.style17 .techone-wrap-custom-rating .rating-count{
    font-size: 12px;
}
.product-item.style24 .woocommerce-Price-amount,    
.product-item.style22 .woocommerce-Price-amount,    
.product-item.style20 .woocommerce-Price-amount,    
.product-item.style17 .woocommerce-Price-amount{
    font-size: inherit;
    color: inherit;
}
.product-item.style24 del .woocommerce-Price-amount,
.product-item.style23 del .woocommerce-Price-amount,
.product-item.style22 del .woocommerce-Price-amount,
.product-item.style21 del .woocommerce-Price-amount,
.product-item.style20 del .woocommerce-Price-amount,
.product-item.style19 del .woocommerce-Price-amount,
.product-item.style17 del .woocommerce-Price-amount{
    color: #bbbbbb;
}
.product-item.style17 .group-button .add_to_cart_button, 
.product-item.style17 .group-button .added_to_cart, 
.product-item.style17 .group-button .product_type_simple, 
.product-item.style17 .group-button .product_type_external, 
.product-item.style17 .group-button .product_type_grouped{
    min-height: 36px;
    padding: 9px 15px;
    color: #fff;
}
.product-item.style17 .group-button .yith-wcwl-add-to-wishlist a, 
.product-item.style17 .group-button .compare-button .compare{
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-color: #dddddd;
    color: #888;
    background-color: #f6f6f6;
}
.product-item.style17 .group-button .yith-wcwl-add-to-wishlist a::before, 
.product-item.style17 .group-button .compare-button a::before{
    font-size: 16px;
}
.product-item.style17 .group-button .compare-button a::before{
    content: "\f079";
}
.product-item.style17:hover .product-inner.style1,
.product-item.style17:hover .group-button{
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}
.product-item.style17 .product-inner.style1 .group-button{
    border: none;
    padding-top: 1px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
}
.product-item.style17 .product-inner.style1 .group-button:before {
    content: '';
    position: absolute;
    top: -9px;
    background-color: #fff;
    /*width: 100%;*/
    left: 1px;
    right: 1px;
    height: 10px;
}
.product-item.style18 .group-button .inner{
    margin-left: 0;
}
.product-item.style18 .group-button .add_to_cart_button, 
.product-item.style18 .group-button .added_to_cart, 
.product-item.style18 .group-button .product_type_simple, 
.product-item.style18 .group-button .product_type_external, 
.product-item.style18 .group-button .product_type_grouped{
    font-size: 0;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #dddddd;
    padding: 0;
    color: #888;
    background-color: #f6f6f6;
}
.product-item.style18 .group-button .add_to_cart_button:hover, 
.product-item.style18 .group-button .added_to_cart:hover, 
.product-item.style18 .group-button .product_type_simple:hover, 
.product-item.style18 .group-button .product_type_external:hover, 
.product-item.style18 .group-button .product_type_grouped:hover{
    color: #fff;
}
.product-item.style18 .group-button .add_to_cart_button:before, 
.product-item.style18 .group-button .added_to_cart:before, 
.product-item.style18 .group-button .product_type_simple:before, 
.product-item.style18 .group-button .product_type_external:before, 
.product-item.style18 .group-button .product_type_grouped:before{
    font-family: 'FontAwesome';
    content: "\f290";
    font-size: 15px;
}
.list-owl-product-style-18 .owl-item.active + .active,
.list-owl-product-style-17 .owl-item.active + .active{
    /*border-left-color: #e6e6e6;*/
}
.list-owl-product-style-18 .owl-item,
.list-owl-product-style-17 .owl-item{
    /*border-left: 1px solid transparent;*/
}
.list-owl-product-style-18 .owl-item:hover,
.list-owl-product-style-17 .owl-item:hover{
    position: relative;
    z-index: 2;
}
.list-owl-product-style-18 .owl-item.active .owl-one-row &gt; .product-item:not(:last-child), 
.list-owl-product-style-17 .owl-item.active .owl-one-row &gt; .product-item:not(:last-child){
    border-bottom: 1px solid #e6e6e6;
}
.product-item.style24 .product-inner:after,
.product-item.style19 .product-inner:after,
.product-item.style24 .product-inner::before,
.product-item.style19 .product-inner::before{
    content: '';
    display: table;
    clear: both;
}
.product-item.style19 .product-inner{
    padding:20px 14px 27px;
}
.product-item.style23 .product-inner&gt;*,
.product-item.style22 .product-inner&gt;*,
.product-item.style20 .product-inner&gt;*,
.product-item.style19 .product-inner&gt;*{
    display: inline-block;
    vertical-align: middle;
}
.product-item.style19 .product-thumb{
    width: 250px;
}
.product-item.style19 .product-info{
    width: calc(100% - 255px);
    padding-left: 20px;
}
.product-item.style23 .product-name,
.product-item.style19 .product-name{
    margin-bottom: 4px;
}
.product-item.style23 .flashs,
.product-item.style19 .flashs{
    margin: 2px 0 0 7px;
}
.product-item.style23 .flashs,
.product-item.style21 .flashs,
.product-item.style19 .flashs,
.product-item.style23 .price,
.product-item.style21 .price,
.product-item.style19 .price{
    position: static;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.product-item.style23 .new,
.product-item.style21 .new,
.product-item.style19 .new{
    display: none;
}
.product-item.style19 .product-info .price{
    font-size: 18px;
    line-height: 100%;
}
.product-item.style19 .price del{
    font-size: 14px;
}
.product-item.style23 .woocommerce-Price-amount,
.product-item.style22 .woocommerce-Price-amount,
.product-item.style20 .woocommerce-Price-amount,
.product-item.style19 .woocommerce-Price-amount{
    color: inherit;
}
.product-item.style23 .techone-wrap-custom-rating,
.product-item.style19 .techone-wrap-custom-rating{
    margin-top: 9px;
    margin-bottom: 2px;
}
.product-item.style23 .product-info .add_to_cart_button, 
.product-item.style23 .product-info .added_to_cart, 
.product-item.style23 .product-info .product_type_simple, 
.product-item.style23 .product-info .product_type_external, 
.product-item.style23 .product-info .product_type_grouped
.product-item.style19 .product-info .add_to_cart_button, 
.product-item.style19 .product-info .added_to_cart, 
.product-item.style19 .product-info .product_type_simple, 
.product-item.style19 .product-info .product_type_external, 
.product-item.style19 .product-info .product_type_grouped{
    font-size: 14px;
    border: 2px solid #dddddd;
    background-color: #fff;
    color: #333;
    text-align: center;
    padding: 9px 12px;
    min-width: 200px;
    margin-top: 10px;
}
.product-item.style23 .product-info .add_to_cart_button:hover, 
.product-item.style23 .product-info .added_to_cart:hover, 
.product-item.style23 .product-info .product_type_simple:hover, 
.product-item.style23 .product-info .product_type_external:hover, 
.product-item.style23 .product-info .product_type_grouped:hover,
.product-item.style22 .product-info .add_to_cart_button:hover, 
.product-item.style22 .product-info .added_to_cart:hover, 
.product-item.style22 .product-info .product_type_simple:hover, 
.product-item.style22 .product-info .product_type_external:hover, 
.product-item.style22 .product-info .product_type_grouped:hover,
.product-item.style19 .product-info .add_to_cart_button:hover, 
.product-item.style19 .product-info .added_to_cart:hover, 
.product-item.style19 .product-info .product_type_simple:hover, 
.product-item.style19 .product-info .product_type_external:hover, 
.product-item.style19 .product-info .product_type_grouped:hover,
.product-item.style20 .product-info .add_to_cart_button:hover, 
.product-item.style20 .product-info .added_to_cart:hover, 
.product-item.style20 .product-info .product_type_simple:hover, 
.product-item.style20 .product-info .product_type_external:hover, 
.product-item.style20 .product-info .product_type_grouped:hover{
    color: #fff;
}
.product-item.style19 .product-count-down{
    padding-top: 14px;
}
.product-item.style19 .product-count-down .techone-countdown .box-count{
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1;
    border-radius: 0px;
    border: none;
    background-color: transparent;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
}
.product-item.style19 .product-count-down .techone-countdown .box-count .number{
    display: inline-block;
    width: 43px;
    height: 43px;
    font-size: 19px;
    line-height: 43px;
    font-weight: 700;
    color: #222222;
    background-color: #eeeeee;
    border-radius: 50%;
}
.product-item.style19 .product-count-down .techone-countdown .box-count .text{
    display: block;
    font-size: 10px;
    color: #aaaaaa;
    margin-top: 2px;
    text-transform: uppercase;
}
.product-item.style20 .flashs{
    left: 0;
}
.product-item.style20 .product-inner{
    padding: 30px 10px 30px 30px;
    border-radius: 3px;
}
.product-item.style22 .product-thumb,
.product-item.style20 .product-thumb{
    width: 170px;
}
.product-item.style24 .product-thumb .thumb-inner:hover img,
.product-item.style23 .product-thumb .thumb-inner:hover img,
.product-item.style22 .product-thumb .thumb-inner:hover img,
.product-item.style20 .product-thumb .thumb-inner:hover img,
.product-item.style17 .product-thumb .thumb-inner:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.product-item.style24 .product-thumb .thumb-inner img,
.product-item.style23 .product-thumb .thumb-inner img,
.product-item.style22 .product-thumb .thumb-inner img,
.product-item.style20 .product-thumb .thumb-inner img,
.product-item.style17 .product-thumb .thumb-inner img{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.product-item.style22 .product-info,
.product-item.style20 .product-info{
    width: calc(100% - 175px);
    padding-left: 10px;
}
.product-item.style22 .product-name,
.product-item.style20 .product-name{
    margin-bottom: -2px;
}
.product-item.style22 .techone-wrap-custom-rating,
.product-item.style20 .techone-wrap-custom-rating{
    margin-top: 4px;
    margin-bottom: 18px;
}
.product-item.style22 .product-info .add_to_cart_button, 
.product-item.style22 .product-info .added_to_cart, 
.product-item.style22 .product-info .product_type_simple, 
.product-item.style22 .product-info .product_type_external, 
.product-item.style22 .product-info .product_type_grouped,
.product-item.style20 .product-info .add_to_cart_button, 
.product-item.style20 .product-info .added_to_cart, 
.product-item.style20 .product-info .product_type_simple, 
.product-item.style20 .product-info .product_type_external, 
.product-item.style20 .product-info .product_type_grouped{
    font-size: 13px;
    border: 2px solid #dddddd;
    background-color: #fff;
    color: #333;
    text-align: center;
    padding: 6px 12px;
    min-width: 140px;
    min-height: 34px;
}
.product-item.style21 .product-name{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: -2px;
}
.product-item.style21 .price ins .woocommerce-Price-amount{
    color: inherit;
    font-weight: bold;
}
.product-item.style21 .price del .woocommerce-Price-amount{
    font-size: 15px;
}
.product-item.style21 .onsale{
    margin-left: 5px;
    margin-top: 5px;
}
.product-item.style21 .techone-wrap-custom-rating{
    margin-top: 5px;
}
.product-item.style21 .countdown-section&gt;*{
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.product-item.style21 .countdown-section .title-b{
    color: #333;
    margin-top: 7px;
}
.product-item.style21 .countdown-section .title-b&gt;span{
    color: #555;
    font-weight: normal;
    display: block;
    margin-top: 2px;
}
.product-item.style21 .countdown__circle__layout-02{
    margin-top: 31px;
}
.product-item.style21 .countdown__circle__layout-02 .techone-countdown{
    float: right;
    margin-right: 1px;
}
.product-item.style21 .countdown__circle__layout-02 .techone-countdown .box-count{
    background-color: #fff;
    margin-right: 10px;
    text-align: center;
    padding: 0;
    width: auto;
}
.product-item.style21 .countdown__circle__layout-02 .techone-countdown&gt;:last-child{
    margin-right: 0;
}
.product-item.style21 .countdown__circle__layout-02 .techone-countdown .box-count .number{
    font-size: 19px;
    margin-bottom: 3px;
    color: #222;
    border-radius: 50%;
    background-color: #eeeeee;
    width: 44px;
    height: 44px;
    line-height: 44px;
}
.countdown__circle__layout-02 .techone-countdown .box-count .text{
    color: #aaa;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 3px;
}
.product-item.style22 .product-inner{
    border:1px solid #e6e6e6;
    padding: 9px;
}
.product-item.style22 .flashs{
    left: 0;
}
.product-item.style22 .product-info{
    padding-left: 10px;
}
.product-item.style23 .product-thumb{
    width: 200px;
}
.product-item.style23 .product-info{
    width: calc(100% - 205px);
    padding-left: 10px;
}
.product-item.style24 .product-thumb{
    width: 80px;
    float: left;
}
.product-item.style24 .product-info{
    overflow: hidden;
    padding-left: 9px;
    margin-top: -4px;
}
.product-item.style24 .product-name{
    margin-bottom: -2px;
}
.product-item.style24 .product-info .price{
    color: #222;
}
.product-item.style24 .techone-wrap-custom-rating{
    margin-top: 9px;
    margin-bottom: 0;
}
/***********/
.techone-blogs.layout4 .nav-top-right .owl-nav&gt;*,
.techone-blogs.layout3 .nav-top-right .owl-nav&gt;*,
.list-owl-product-style-24.nav-top-right .owl-nav&gt;*,
.list-owl-product-style-23.nav-top-right .owl-nav&gt;*,
.list-owl-product-style-22.nav-top-right .owl-nav&gt;*,
.list-owl-product-style-21.nav-top-right .owl-nav&gt;*,
.list-owl-product-style-19.nav-top-right .owl-nav&gt;*,
.list-owl-product-style-18.nav-top-right .owl-nav&gt;*,
.list-owl-product-style-17.nav-top-right .owl-nav&gt;*{
    font-size: 22px!important;
    color: #888888!important;
}
.techone-blogs.layout4 .nav-top-right .owl-nav&gt;*:hover,
.techone-blogs.layout3 .nav-top-right .owl-nav&gt;*:hover,
.list-owl-product-style-24.nav-top-right .owl-nav&gt;*:hover,
.list-owl-product-style-23.nav-top-right .owl-nav&gt;*:hover,
.list-owl-product-style-22.nav-top-right .owl-nav&gt;*:hover,
.list-owl-product-style-21.nav-top-right .owl-nav&gt;*:hover,
.list-owl-product-style-19.nav-top-right .owl-nav&gt;*:hover,
.list-owl-product-style-18.nav-top-right .owl-nav&gt;*:hover,
.list-owl-product-style-17.nav-top-right .owl-nav&gt;*:hover{
    color: #222222!important;
}
.techone-blogs.layout4 .nav-top-right .owl-nav button.owl-prev,
.techone-blogs.layout3 .nav-top-right .owl-nav button.owl-prev,
.list-owl-product-style-24.nav-top-right .owl-nav button.owl-prev,
.list-owl-product-style-23.nav-top-right .owl-nav button.owl-prev,
.list-owl-product-style-22.nav-top-right .owl-nav button.owl-prev,
.list-owl-product-style-21.nav-top-right .owl-nav button.owl-prev,
.list-owl-product-style-19.nav-top-right .owl-nav button.owl-prev,
.list-owl-product-style-18.nav-top-right .owl-nav button.owl-prev,
.list-owl-product-style-17.nav-top-right .owl-nav button.owl-prev{
    margin-right: 5px;
}
.techone-tabs.layout6 .section-header,
.techone-tabs.layout5 .section-header{
    border: none;
    background-color: #fff;
    display: inline-block;
    width: 100%;
}
.techone-tabs.layout6 .section-header .section-title,
.techone-tabs.layout5 .section-header .section-title{
    background-color: transparent;
    font-size: 18px;
    color: #333;
    padding: 0;
    height: auto;
    line-height: inherit;
    margin-bottom: 12px;
}
.techone-tabs.layout6 .section-header .section-title::before,
.techone-tabs.layout5 .section-header .section-title::before,
.techone-tabs.layout6 .section-header .section-title::after,
.techone-tabs.layout5 .section-header .section-title::after{
    display: none;
}
.techone-tabs.layout6 .tab-head .tabs-link,
.techone-tabs.layout5 .tab-head .tabs-link{
    margin-top: 7px;
    padding-right: 80px;
    overflow: inherit;
}
.techone-tabs.layout6 .tab-head .tabs-link li,
.techone-tabs.layout5 .tab-head .tabs-link li{
    height: auto;
    line-height: inherit;
    font-weight: normal;
    font-size: 14px;
    color: #666;
    text-transform: capitalize;
    padding-left: 35px;
}
.techone-tabs.layout6 .tab-head .tabs-link li a,
.techone-tabs.layout5 .tab-head .tabs-link li a{
    display: block;
    position: relative;
}
.techone-tabs.layout6 .tab-head .tabs-link li a:after,
.techone-tabs.layout5 .tab-head .tabs-link li a:after{
    content: "";
    display: inline-block;
    background-color: #31629f;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.techone-tabs.layout6 .tab-head .tabs-link li a:hover:after,
.techone-tabs.layout5 .tab-head .tabs-link li a:hover:after,
.techone-tabs.layout6 .tab-head .tabs-link li.active a:after,
.techone-tabs.layout5 .tab-head .tabs-link li.active a:after{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.techone-tabs.layout6 .tab-head .tabs-link li a:hover,
.techone-tabs.layout5 .tab-head .tabs-link li a:hover{
    color: #222;
}
.techone-tabs.layout6 .tab-head .tabs-link li.active a,
.techone-tabs.layout5 .tab-head .tabs-link li.active a{
    font-weight: bold;
    color: #222;
}
.techone-tabs.layout6 .section-header{
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 23px;
}
.techone-tabs.layout6 .tab-head .tabs-link{
    padding-right: 0;
}
/***********/
.single-banner__layout44,
.single-banner__layout43,
.single-banner__layout42,
.single-banner__layout41,
.single-banner__layout40,
.single-banner__layout38,
.single-banner__layout37,
.single-banner__layout36,
.single-banner__layout35,
.single-banner__layout34,
.single-banner__layout33,
.single-banner__layout32,
.single-banner__layout31,
.single-banner__layout30,
.single-banner__layout29,
.single-banner__layout28,
.single-banner__layout27,
.single-banner__layout26,
.single-banner__layout25{
    position: relative;
}
.single-banner__layout44 .banner-content,
.single-banner__layout43 .banner-content,
.single-banner__layout41 .banner-content,
.single-banner__layout40 .banner-content,
.single-banner__layout38 .banner-content,
.single-banner__layout37 .banner-content,
.single-banner__layout35 .banner-content,
.single-banner__layout34 .banner-content,
.single-banner__layout31 .banner-content,
.single-banner__layout29 .banner-content,
.single-banner__layout28 .banner-content,
.single-banner__layout27 .banner-content,
.single-banner__layout26 .banner-content,
.single-banner__layout25 .banner-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    z-index: 10;
}
.single-banner__layout30 .banner-content .text-01,
.single-banner__layout29 .banner-content .text-01,
.single-banner__layout26 .banner-content .text-01,
.single-banner__layout25 .banner-content .text-01{
    font-weight: bold;
    font-size: 22px;
    color: #333;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 1px;
}
.single-banner__layout25 .banner-content .text-02{
    font-size: 22px;
    color: #555555;
    line-height: 100%;
}
.single-banner__layout25 .banner-content .text-03{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666;
    margin-bottom: -1px;
}
.single-banner__layout28 .banner-content .text-03 .price,
.single-banner__layout25 .banner-content .text-03 .price{
    font-size: 24px;
    color: #c30c0c;
    font-weight: normal;
}
.single-banner__layout26 .banner-content{
    left: 265px;
}
.single-banner__layout29 .banner-content .text-01,
.single-banner__layout26 .banner-content .text-01{
    color: #c30c0c;
    margin-bottom: 2px;
}
.single-banner__layout26 .banner-content .text-02{
    color: #222;
    font-size: 18px;
    line-height: 24px;
    max-width: 200px;
    display: block;
    margin-bottom: 4px;
}
.single-banner__layout41 .btn-primary,
.single-banner__layout36 .btn-primary,
.single-banner__layout30 .btn-primary,
.single-banner__layout29 .btn-primary,
.single-banner__layout26 .btn-primary{
    padding: 0;
    line-height: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #31629f;
    text-transform: uppercase;
    height: auto;
    background-color: transparent!important;
    min-width: auto;
    text-decoration: underline;
}
.single-banner__layout26 .btn-primary:hover{
    color: #c30c0c;
}
.single-banner__layout30 .btn-primary:after,
.single-banner__layout29 .btn-primary:after,
.single-banner__layout26 .btn-primary:after{
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    margin: -1px 0 0 5px;
    vertical-align: middle;
    display: inline-block;
}
.single-banner__layout27 .banner-content{
    left: 70px;
}
.single-banner__layout27 .text-01{
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    color: #000;
    max-width: 300px;
}
.single-banner__layout27 .text-01 strong{
    font-weight: bold;
}
.single-banner__layout27 .text-02{
    display: block;
    color: #666666;
    font-size: 17px;
    margin-bottom: 11px;
}
.single-banner__layout27 .btn-primary{
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    height: 39px;
    font-size: 13px;
    line-height: 39px;
    min-width: auto;
    padding: 0 18px;
}
.single-banner__layout28 .text-01{
    color: #555;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 11px;
}
.single-banner__layout28 .text-01 strong{
    font-weight: bold;
    color: #333;
}
.single-banner__layout28 .banner-content .text-03{
    font-size: 16px;
    color: #666;
    margin: 0;
}
.single-banner__layout28 .banner-content{
    left: 220px;
    max-width: 145px;
}
.single-banner__layout29 .banner-content .text-02{
    color: #222;
    font-size: 15px;
    line-height: 22px;
    max-width: 125px;
    display: block;
    margin-bottom: 4px;
}
.single-banner__layout29 .banner-content{
    left: 215px;
}
.single-banner__layout30 .btn-primary,
.single-banner__layout29 .btn-primary{
    color: #c30c0c;
}
.single-banner__layout30 .btn-primary:hover,
.single-banner__layout29 .btn-primary:hover{
    color: #31629f;
}
.single-banner__layout30 .banner-content{
    position: absolute;
    top: 33px;
    left: 190px;
}
.single-banner__layout30 .banner-content .text-01{
    margin-bottom: 5px;
}
.single-banner__layout30 .banner-content .text-02{
    color: #333;
    font-size: 15px;
    line-height: 20px;
    max-width: 165px;
    display: block;
    margin-bottom: -2px;
}
.single-banner__layout31 .banner-content{
    left: 315px;
}
.single-banner__layout34 .banner-content .text-01,
.single-banner__layout31 .banner-content .text-01{
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 1px;
}
.single-banner__layout34 .banner-content .text-02,
.single-banner__layout31 .banner-content .text-02{
    color: #666;
    font-size: 16px;
    display: block;
    margin-bottom: 7px;
}
.single-banner__layout38 .banner-content .text-02,
.single-banner__layout34 .banner-content .text-03,
.single-banner__layout33 .banner-content .text-02,
.single-banner__layout32 .banner-content .text-02,
.single-banner__layout31 .banner-content .text-03{
    font-size: 16px;
    color: #666;
    font-weight: 300;
    margin: 0;
}
.single-banner__layout34 .banner-content .text-03 .price,
.single-banner__layout31 .banner-content .text-03 .price{
    font-size: 24px;
    color: #c30c0c;
    font-weight: bold;
}
.single-banner__layout33 .banner-content,
.single-banner__layout32 .banner-content{
    position: absolute;
    left: 315px;
    top: 45px;
    text-align: right;
}
.single-banner__layout38 .banner-content .text-01,
.single-banner__layout33 .banner-content .text-01,
.single-banner__layout32 .banner-content .text-01{
    font-size: 26px;
    line-height: 24px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 1px;
    display: inline-block;
}
.single-banner__layout38 .banner-content .text-02,
.single-banner__layout33 .banner-content .text-02,
.single-banner__layout32 .banner-content .text-02{
    font-weight: normal;
    display: block;
    margin-bottom: -2px;
    margin-right: 68px;
}
.single-banner__layout38 .banner-content .text-03,
.single-banner__layout33 .banner-content .text-03,
.single-banner__layout32 .banner-content .text-03{
    font-size: 55px;
    font-weight: bold;
    color: #c30c0c;
    display: inline-block;
    margin: 0;
    position: relative;
}
.single-banner__layout38 .banner-content .text-03 .price,
.single-banner__layout33 .banner-content .text-03 .price,
.single-banner__layout32 .banner-content .text-03 .price{
    font-size: 40px;
    position: absolute;
    top: -18px;
    left: 100%;
}
.single-banner__layout33 .banner-content{
    left: 195px;
}
.single-banner__layout34 .banner-content{
    left: 385px;
}
.single-banner__layout36 .banner-content,
.single-banner__layout35 .banner-content{
    line-height: 1;
    left: 30px;
}
.single-banner__layout35 .banner-content .text-01{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 7px;
}
.single-banner__layout35 .banner-content .text-03,
.single-banner__layout35 .banner-content .text-02{
    font-size: 14px;
    line-height: 18px;
}
.single-banner__layout35 .banner-content .text-03{
    margin: 13px 0 0;
}
.single-banner__layout35 .banner-content .text-03 .price{
    font-size: 20px;
    color: #e10000;
    font-weight: 600;
}
.single-banner__layout36 .banner-content{
    position: absolute;
    left: 14px;
    bottom: 42px;
}
.single-banner__layout41 .banner-content .text-01,
.single-banner__layout36 .banner-content .text-01{
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
    margin:8px 0 10px;
}
.single-banner__layout41 .banner-content .text-02,
.single-banner__layout41 .banner-content .text-03,
.single-banner__layout36 .banner-content .text-02,
.single-banner__layout36 .banner-content .text-03{
    display: inline-block;
    vertical-align: top;
}
.single-banner__layout41 .banner-content .text-02,
.single-banner__layout36 .banner-content .text-02{
    font-size: 17px;
    line-height: 17px;
    color: #e54141;
    margin-top: 3px;
    text-transform: uppercase;
}
.single-banner__layout41 .banner-content .text-03,
.single-banner__layout36 .banner-content .text-03{
    position: relative;
    font-size: 40px;
    color: #e54141;
    font-weight: bold;
    margin: 0;
}
.single-banner__layout41 .banner-content .text-03 .price,
.single-banner__layout36 .banner-content .text-03 .price{
    position: absolute;
    font-size: 16px;
    left: 100%;
    top: 0;
}
.single-banner__layout41 .btn-primary,
.single-banner__layout36 .btn-primary{
    color: #666;
}
.single-banner__layout37 .banner-content{
    left: 30px;
}
.single-banner__layout37 .banner-content .text-01{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    margin: 0;
}
.single-banner__layout37 .banner-content .text-02{
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}
.single-banner__layout37 .banner-content .text-03{
    font-size: 16px;
    color: #666;
    font-weight: 300;
    margin: 3px 0 0;  
}
.single-banner__layout37 .banner-content .text-03 .price{
    font-size: 24px;
    color: #c30c0c;
    font-weight: bold;
    margin-left: 4px;
}
.single-banner__layout38 .banner-content{
    left: 16px;
}
.single-banner__layout38 .banner-content .text-02{
    margin-bottom: 3px;
}
.single-banner__layout38 .banner-content .text-01{
    font-weight: 600;
    text-align: right;
}
.single-banner__layout39 .banner-content{
    text-align: center;
}
.single-banner__layout39 .banner-content&gt;*{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #fff;
}
.single-banner__layout39 .btn-primary{
    height: auto;
    line-height: 100%;
    font-weight: bold;
    font-size: 14px;
    min-width: inherit;
    position: relative;
    padding: 0;
    margin-left: 15px;
    background-color: transparent!important;
}
.single-banner__layout39 .btn-primary:after{
    position: absolute;
    content: '';
    display: inline-block;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.single-banner__layout39 .banner-content .text-01{
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
}
.single-banner__layout39 .banner-content .text-02{
    font-size: 19px;
}
.single-banner__layout40 .banner-content{
    line-height: 1;
    left: 20px;
}
.single-banner__layout40 .banner-content .text-01,
.single-banner__layout40 .banner-content .text-02{
    font-size: 18px;
    line-height: 20px;
    color: #222;
    text-transform: uppercase;
    display: block;
}
.single-banner__layout40 .banner-content .text-02{
    font-weight: bold;
    margin-bottom: 9px;
}
.single-banner__layout40 .banner-content .text-03{
    font-size: 14px;
    color: #333;
}
.single-banner__layout40 .banner-content .text-03 .price{
    font-size: 20px;
    color: #e10000;
    font-weight: 600;
}
.single-banner__layout41 .banner-content{
    line-height: 1;
    left: 23px;
}
.single-banner__layout41 .banner-content .text-01{
    margin: 1px 0 13px;
}
.single-banner__layout42 .banner-content{
    position: absolute;
    left: 123px;
    top: 23px;
}
.single-banner__layout42 .banner-content .text-01{
    font-weight: bold;
    color: #333;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.single-banner__layout42 .banner-content .text-03{
    font-size: 16px;
    color: #666;
    font-weight: 300;
}
.single-banner__layout42 .banner-content .text-03 .price{
    font-size: 24px;
    color: #c30c0c;
    font-weight: bold;
}
.single-banner__layout43 .banner-content{
    left: 20px;
}
.single-banner__layout43 .banner-content .text-01{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.single-banner__layout43 .banner-content .text-02{
    font-size: 16px;
    line-height: 20px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.single-banner__layout43 .btn-primary{
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 37px;
    height: 39px;
    min-width: inherit;
}
.single-banner__layout44 .banner-content{
    line-height: 1;
    left: 20px;
}
.single-banner__layout44 .banner-content .text-01{
    font-size: 20px;
    line-height: 20px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
}
.single-banner__layout44 .banner-content .text-02{
    font-size: 30px;
    line-height: 30px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-weight: bold;
}
.single-banner__layout44 .banner-content .text-04{
    font-size: 16px;
    line-height: 20px;
    color: #666;
    margin-bottom: 14px;
}
.single-banner__layout44 .banner-content .text-03{
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin-bottom: 0;
}
.single-banner__layout44 .banner-content .text-03 .price{
    font-size: 24px;
    font-weight: bold;
    color: #c30c0c;
    margin-bottom: 0;
}
/************/
.techone-categories.layout3{
    position: relative;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.techone-categories.layout3 .thumb img{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.techone-categories.layout3:hover .thumb img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.techone-categories.layout3:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #31629f;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.techone-categories.layout3 .info{
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100%;
}
.techone-categories.layout3 .info a:not(:hover){
    color: #222;
}
/************/
.techone-blogs.layout3 .blog-item .post-thumb{
    position: relative;
    overflow: hidden;
}
.techone-blogs.layout3 .blog-item .post-thumb a img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.techone-blogs.layout3 .blog-item .post-thumb:hover a img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.techone-blogs.layout3 .blog-item .time{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    border-radius: 3px;
    background-color: #31629f;
}
.techone-blogs.layout3 .blog-item .time .day{
    width: auto;
    height: auto;
    font-size: 15px;
    color: #fff;
    margin-bottom: -5px;
    margin-top: 6px;
    background-color: transparent;
}
.techone-blogs.layout3 .blog-item .time .month{
    width: auto;
    height: auto;
    font-size: 15px;
    background-color: transparent;
    text-transform: uppercase;
}
.techone-blogs.layout3 .blog-item .head{
    padding-bottom: 9px;
    margin-top: 14px;
}
.techone-blogs.layout4 .blog-item .post-title,
.techone-blogs.layout3 .blog-item .post-title{
    padding: 0;
}
.techone-blogs.layout4 .blog-item .post-metas .author,
.techone-blogs.layout3 .blog-item .post-metas .author{
    color: #666;
    margin-right: 10px;
}
.techone-blogs.layout4 .blog-item .post-metas .author&gt;span,
.techone-blogs.layout3 .blog-item .post-metas .author&gt;span{
    text-transform: capitalize;
    margin-left: 4px;
}
.techone-blogs.layout4 .blog-item .post-metas &gt; span::after,
.techone-blogs.layout3 .blog-item .post-metas &gt; span::after{
    display: none;
}
.techone-blogs.layout4 .blog-item .post-metas .count-comment&gt;i,
.techone-blogs.layout3 .blog-item .post-metas .count-comment&gt;i{
    color: #888;
}
.techone-blogs.layout4 .blog-item .post-thumb{
    margin-bottom: 14px;
}
.techone-blogs.layout4 .blog-item .head&gt;*{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #666;
    width: auto;
    height: auto;
    line-height: 100%
}
.techone-blogs.layout4 .blog-item .head .cate:after{
    content: '-';
    margin:0 4px;
}
.techone-blogs.layout4 .blog-item .head{
    padding: 0;
}
.techone-blogs.layout4 .blog-item .post-title{
    margin-top: -3px;
    margin-bottom: 14px;
}
.techone-blogs.layout4 .blog-item .post-metas{
    padding: 0;
}
/************/
.header.style14 .top-header{
    border: none;
    background-color: rgba(197, 197, 197, 0.1);
}
.header.style14 .top-bar-menu &gt; li &gt; a{
    padding: 8.5px 15px;
    text-transform: capitalize;
}
.header.style14 .top-bar-menu.left &gt; li:first-child &gt; a{
    padding-left: 0;
}
.header.style14 .top-bar-menu &gt; li &gt; a::after{
    background-color: #ddd;
}
.header.style14 .top-bar-menu.left &gt; li &gt; a::after{
    display: none;
}
.header.style14 .top-bar-menu li.menu-item-has-children &gt; a::before{
    top: calc(50% + 2px);
    right: 16px;
}
.header.style14 .top-bar-menu li.menu-item-has-children &gt; a{
    padding-right: 30px;
}
.header.style14 .top-bar-menu.right li.menu-item-has-children:last-child &gt; a{
    padding-right: 15px;
}
.header.style14 .top-bar-menu.right li.menu-item-has-children:last-child &gt; a::before,
.header.style14 .top-bar-menu.right li:last-child .submenu{
    right: 0;
    left: auto;
}
.header.style14 .main-header .logo{
    padding: 0;
}
.header.style14 .main-header{
    padding: 20px 0 10px;
}
.header.style14 .form-search-width-category .form-content{
    float: none;
    margin: 0 auto;
    padding: 0;
}
.header.style14 .form-search-width-category .form-content .category::before{
    left: auto;
    right: 0;
}
.header.style14 .form-search-width-category .form-content .category select{
    padding: 10px 15px;
}
.header.style14 .form-search-width-category .chosen-container-single .chosen-single{
    height: 45px !important;
    line-height: 45px !important;
    border-radius: 3px 0 0 3px;
    border-left: 1px solid #e6e6e6;
}
.chosen-container-single .chosen-single div b:before{
    content: "\f107";
    color: #aaa;
    font-size: 13px;
}
.header.style14 .form-search-width-category .form-content .inner{
    width: 420px;
}
.header.style14 .form-search-width-category .form-content input{
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    border-left: none;
    padding-left: 20px;
}
.header.style14 .form-search-width-category .form-content .btn-search{
    width: auto;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    font-weight: 600;
    padding: 0 19px;
    border-radius: 0 3px 3px 0;
}
.header.style14 .header-control&gt;*,
.header.style14 .cartlink&gt;*{
    display: inline-block;
    vertical-align: middle;
}
.header.style14 .block-wishlist{
    font-size: 22px;
    margin-right: 32px;
}
.header.style14 .block-minicart{
    padding: 0;
    float: none;
}
.header.style14 .block-minicart::before,
.header.style14 .block-minicart::after{
    display: none;
}
.header.style14 .block-minicart .cart-icon::before{
    content: "\f290";
    font-size: 22px;
    color: #222;
}
.header.style14 .cart-text{
    margin-left: 12px;
    text-align: left;
}
.header.style14 .cart-text&gt;*{
    display: block;
    font-size: 16px;
    color: #222;
    line-height: 100%;
}
.header.style14 .cart-text .text2{
    font-size: 13px;
    text-transform: none;
    margin-bottom: 3px;
}
.header.style14 .block-minicart .cart-icon .count{
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
}
.header.style14 .header-nav .main-menu{
    margin: 0;
}
.header.style14 .header-nav-inner{
    background-color: #fff;
}
.header.style14 .main-menu &gt; li &gt; a{
    padding:0 20px;
    color: #222;
    line-height: 50px;
}
.header.style14 .main-menu &gt; li:first-child &gt; a{
    padding-left: 0;
}
.header.style14 .main-menu .menu-item-has-children &gt; a:after{
    font-size: 13px;
    margin-top: 2px;
    font-weight: normal;
}
.header-text-mes{
    float: left;
    font-size: 13px;
    color: #555;
    line-height: 16px;
    padding: 8.5px 0;
}
.header.style15 .main-header{
    padding-bottom: 20px;
}
.header.style15 .header-nav,
.header.style15 .header-nav-inner{
    background-color: #f6f6f6;
}
.header.style15 .main-menu &gt; li &gt; a{
    padding:0 18px;
}
.header.style15 .main-menu &gt; li:first-child &gt; a{
    padding-left: 20px;
}
.header.style15 .block-nav-categori{
    width: 270px;
}
.header.style15 .verticalmenu-content{
    min-width: 270px;
    padding-top: 5px;
    padding-bottom: 25px!important;
    border-radius: 0 0 4px 4px;
}
.techone-verticalmenu.style-02 .verticalmenu-content{
    padding-top: 5px;
    padding-bottom: 12px!important;
    border-radius: 0 0 4px 4px;
}
.techone-verticalmenu.style-02 .vertical-menu &gt; .menu-item &gt; a,
.vertical-menu-2 &gt; .menu-item &gt; a{
    font-size: 14px;
    color: #555;
    line-height: 40px;
    text-transform: capitalize;
}
.techone-verticalmenu.style-02 .vertical-menu &gt; .menu-item:last-child &gt; a{
    border-bottom: none;
}
.header.style14 .is-sticky .header-nav-inner{
    background-color: #e9e9e9;
}
.header.style15 .is-sticky .header-nav-inner{
    background-color: #f6f6f6;
}
.header.style16 .header-nav, 
.header.style16 .header-nav-inner{
    background-color: #fff;
}
.header.style17 .top-header{
    background-color: #f6f6f6;
}
.header.style17 .main-header{
    padding-bottom: 15px;
}
.header.style17 .header-nav .text-in-right{
    font-size: 13px;
    color: #555;
    line-height: 45px;
}
.header.style17 .header-nav .text-in-right:before{
    content: "\f0d1";
    font-family: 'FontAwesome';
    font-size: 15px;
    margin-right: 10px;
}
.header.style17 .main-menu &gt; li &gt; a{
    padding: 0 11px;
    line-height: 45px;
}
.header.style17 .main-menu &gt; li:first-child &gt; a{
    padding-left: 0;
}
/************/
.techone-custommenu.style-02 .widgettitle{
    font-size: 16px;
    color: #222;
    padding-bottom: 22px!important;
}
.techone-custommenu.style-02 .menu .menu-item a{
    font-size: 14px!important;
}
.techone-custommenu.style-02 .menu .menu-item a:not(:hover){
    color:#666!important;
}
.techone-custommenu.style-03 .widgettitle{
    font-size: 14px;
    color: #333;
    font-weight: 600;
    padding: 0;
    text-transform: capitalize;
}
.techone-custommenu.style-03 .widgettitle:after{
    content: ':';
    margin-right: 4px;
}
.techone-custommenu.style-03 .widget&gt;*{
    display: inline-block;
    vertical-align: middle;
}
.techone-custommenu.style-03 .menu .menu-item{
    display: inline-block;
}
.techone-custommenu.style-03 .menu .menu-item a{
    font-size: 13px;
    border-right: 1px solid #666;
    line-height: 13px;
    padding: 0 5px 0 0;
    display: inline-block;
    margin-right: 5px;
}
.techone-custommenu.style-03 .menu .menu-item:last-child a{
    border:none;
}
.techone-custommenu.style-03 .menu .menu-item a:not(:hover){
    color: #666;
}
/************/
.techone-iconbox.layout6 .inner-content .img-icon{
    width: 18px;
    text-align: center;
    margin-top: -4px;
    margin-right: 5px;
    float: left;
}
.techone-iconbox.layout6 .content .text{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
}
.techone-iconbox.layout7 .techone-countdown{
    text-align: center;
}
.techone-iconbox.layout7 .techone-countdown .box-count{
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1;
    border: none;
    background-color: transparent;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 8px;
    padding: 0;
}
.techone-iconbox.layout7 .techone-countdown .box-count:last-child{
    margin: 0;
}
.techone-iconbox.layout7 .techone-countdown .box-count .number{
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    color: #222222;
    width: 43px;
    height: 43px;
    line-height: 43px;
    background-color: #eeeeee;
    border-radius: 50%;
}
.techone-iconbox.layout7 .techone-countdown .box-count .text{
    font-size: 10px;
    line-height: 100%;
    color: #aaa;
    text-transform: uppercase;
}
.techone-iconbox.layout7 .techone-countdown .dot{
    display: none;
}
/************/
.techone-socials.style6 .socials .social,
.techone-socials.style5 .socials .social{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 38px;
    background-color: #d1d1d1;
    color: #222;
    float: none;
}
.techone-socials.style6 .socials .social:last-child,
.techone-socials.style5 .socials .social:last-child{
    margin-right: 0;
}
.techone-socials.style6 .socials .social:hover,
.techone-socials.style5 .socials .social:hover{
    color: #fff;
}
.techone-socials.style6 .socials .social{
    color: #555;
    background-color: #f6f6f6;
}
/************/
.techone-newsletter.layout5 .block-content .newsletter-form-wrap{
    width: 100%;
    margin: 0 auto;
    float: none;
}
.techone-newsletter.layout5 .block-content .newsletter-form-wrap:before{
    position: absolute;
    left: 20px;
    top: 7px;
    font-family: 'FontAwesome';
    content: "\f003";
    display: inline-block;
    font-size: 14px;
    color: #888;
}
.techone-newsletter.layout5 .block-content .newsletter-form-wrap .email{
    height: 46px;
    line-height: 46px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    font-size: 14px;
    color: #888;
    border-radius: 3px 0 0 3px;
    padding: 0 100px 0 40px;
}
.techone-newsletter.layout5 .block-content .newsletter-form-wrap .submit-newsletter{
    font-size: 13px;
    padding:0 20px;
    height: 46px;
    line-height: 46px;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
}
.techone-newsletter.layout6&gt;*,
.techone-newsletter.layout6 .block-content&gt;*{
    display: inline-block;
    vertical-align: middle;
}
.techone-newsletter.layout6 .block-content{
    float: right;
}
.techone-newsletter.layout6 .widgettitle{
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin:16px 31px 0 0;
}
.techone-newsletter.layout6 .widgettitle:before{
    content: "\f1d8";
    font-family: 'FontAwesome';
    font-size: 24px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
}
.techone-newsletter.layout6 .subtitle{
    font-size: 14px;
    color: #fff;
    float: none;
    width: auto;
    margin-right: 21px;
}
.techone-newsletter.layout6 .block-content .newsletter-form-wrap{
    float: none;
    width: 570pc;
    max-width: 570px;
}
.techone-newsletter.layout6 .block-content .newsletter-form-wrap .email{
    color: #888;
    background-color: #fff;
    height: 51px;
    line-height: 51px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.techone-newsletter.layout6 .block-content .newsletter-form-wrap .submit-newsletter{
    font-size: 13px;
    height: 51px;
    line-height: 51px;
    background-color: #222222;
    width: auto;
    padding: 0 34px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.techone-newsletter.layout7{

}
.techone-newsletter.layout7 .block-content .newsletter-form-wrap{
    width: 100%;
    max-width: 370px;
}
.techone-newsletter.layout7 .block-content .newsletter-form-wrap .email{
    background-color: #fff;
    border:1px solid #e6e6e6;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 45px;
    line-height: 45px;
}
.techone-newsletter.layout7 .block-content .newsletter-form-wrap .submit-newsletter{
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    padding:0 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.instagram-class .wpb_image_grid .wpb_image_grid_ul .isotope-item{
    margin: 0 4px 4px 0;
}
.instagram-class .wpb_image_grid .wpb_image_grid_ul .isotope-item a:hover img{
    opacity: 0.7;
}
.custom-button&gt;a{
    position: relative;
}
.custom-button&gt;a:before{
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #888888;
}
.custom-button&gt;a:after{
    content: "\f0a9";
    font-family: "FontAwesome";
    margin-left: 3px;
}
.custom-button&gt;a:hover{
    color: #31639f!important;
}
.custom-button&gt;a:hover:before{
    background-color: #31639f;
}
.woocommerce-product-gallery .flex-control-nav:not(:hover) .owl-nav&gt;button{
    opacity: 0;
    visibility: hidden;
}
@media(min-width: 1200px){
    .techone-categories.layout3:not(:hover):after{
        transform: translateY(10px);
    }
}
@media(max-width: 1199px){
    .header.style14 .main-header .logo{
        text-align: left;
    }
    .product-item.style17 .group-button .add_to_cart_button, 
    .product-item.style17 .group-button .added_to_cart, 
    .product-item.style17 .group-button .product_type_simple, 
    .product-item.style17 .group-button .product_type_external, 
    .product-item.style17 .group-button .product_type_grouped{
        width: 36px;
        height: 36px;
        line-height: 34px;
        padding: 0;
    }
    .product-item.style17 .group-button .add_to_cart_button:before, 
    .product-item.style17 .group-button .added_to_cart:before, 
    .product-item.style17 .group-button .product_type_simple:before, 
    .product-item.style17 .group-button .product_type_external:before, 
    .product-item.style17 .group-button .product_type_grouped:before{
        font-size: 16px;
    }
    .product-item.style19 .product-thumb{
        width: 200px;
    }
    .product-item.style19 .product-info{
        width: calc(100% - 205px);
    }
    .product-item.style23 .product-info .add_to_cart_button, 
    .product-item.style23 .product-info .added_to_cart, 
    .product-item.style23 .product-info .product_type_simple, 
    .product-item.style23 .product-info .product_type_external, 
    .product-item.style23 .product-info .product_type_grouped,
    .product-item.style22 .product-info .add_to_cart_button, 
    .product-item.style22 .product-info .added_to_cart, 
    .product-item.style22 .product-info .product_type_simple, 
    .product-item.style22 .product-info .product_type_external, 
    .product-item.style22 .product-info .product_type_grouped,
    .product-item.style20 .product-info .add_to_cart_button, 
    .product-item.style20 .product-info .added_to_cart, 
    .product-item.style20 .product-info .product_type_simple, 
    .product-item.style20 .product-info .product_type_external, 
    .product-item.style20 .product-info .product_type_grouped,
    .product-item.style19 .product-info .add_to_cart_button, 
    .product-item.style19 .product-info .added_to_cart, 
    .product-item.style19 .product-info .product_type_simple, 
    .product-item.style19 .product-info .product_type_external, 
    .product-item.style19 .product-info .product_type_grouped{
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 36px;
        min-height: 40px;
        min-width: 160px;
    }
    .product-item.style23 .product-info .add_to_cart_button, 
    .product-item.style23 .product-info .added_to_cart, 
    .product-item.style23 .product-info .product_type_simple, 
    .product-item.style23 .product-info .product_type_external, 
    .product-item.style23 .product-info .product_type_grouped,
    .product-item.style22 .product-info .add_to_cart_button, 
    .product-item.style22 .product-info .added_to_cart, 
    .product-item.style22 .product-info .product_type_simple, 
    .product-item.style22 .product-info .product_type_external, 
    .product-item.style22 .product-info .product_type_grouped
    .product-item.style20 .product-info .add_to_cart_button, 
    .product-item.style20 .product-info .added_to_cart, 
    .product-item.style20 .product-info .product_type_simple, 
    .product-item.style20 .product-info .product_type_external, 
    .product-item.style20 .product-info .product_type_grouped{
        min-width: 130px;
    }
    .product-item.style23 .add_to_cart_button::before, 
    .product-item.style23 .added_to_cart::before, 
    .product-item.style23 .product_type_simple::before, 
    .product-item.style23 .product_type_external::before, 
    .product-item.style23 .product_type_grouped::before, 
    .product-item.style22 .add_to_cart_button::before, 
    .product-item.style22 .added_to_cart::before, 
    .product-item.style22 .product_type_simple::before, 
    .product-item.style22 .product_type_external::before, 
    .product-item.style22 .product_type_grouped::before,
    .product-item.style20 .add_to_cart_button::before, 
    .product-item.style20 .added_to_cart::before, 
    .product-item.style20 .product_type_simple::before, 
    .product-item.style20 .product_type_external::before, 
    .product-item.style20 .product_type_grouped::before,
    .product-item.style19 .add_to_cart_button::before, 
    .product-item.style19 .added_to_cart::before, 
    .product-item.style19 .product_type_simple::before, 
    .product-item.style19 .product_type_external::before, 
    .product-item.style19 .product_type_grouped::before {
        display: none;
    }
    .product-item.style19 .product-count-down .techone-countdown&gt;*{
        margin-bottom: 0!important;
    }
    .product-item.style20 .product-inner{
        padding: 10px;
    }
    .product-item.style20 .product-thumb{
        width: 150px;
    }
    .product-item.style20 .product-info{
        width: calc(100% - 155px);
    }
    .product-item.style20 .star-rating{
        /*margin-bottom: 13px;*/
    }
    .single-banner__layout28 .banner-content{
        left: 140px;
    }
    .single-banner__layout29 .banner-content{
        left: 165px;
    }
    .single-banner__layout33 .banner-content,
    .single-banner__layout30 .banner-content{
        left: 110px;
    }
    .single-banner__layout34 .banner-content,
    .single-banner__layout32 .banner-content,
    .single-banner__layout31 .banner-content{
        left: 215px;
    }
    .single-banner__layout42 .banner-content{
        left: 50px;
    }
    .techone-newsletter.layout6 &gt; *{
        display: block;
        float: none !important;
        text-align: center;
    }
    .techone-newsletter.layout6 .widgettitle{
        margin: 0 0 20px 0;
    }
}
@media(max-width: 1024px){
    .header.style14 .top-bar-menu &gt; li &gt; .toggle-submenu{
        top: -6px;
        width: 49px;
        right: -3px;
    }
    .product-item.style17 .group-button .inner{
        padding-top: 10px;
        margin-left: 0;
    }
    .product-item.style17 .product-inner.style1 .group-button{
        box-shadow: none;
    }
    .product-item.style17 .product-inner.style1 .group-button::before {
        display: none;
    }
}
@media(max-width: 991px){
    .header.style14 .top-bar-menu.left{
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .header.style14 .main-header{
        padding-top: 15px;
    }
    .header.style14 .form-search-width-category .form-content .category{
        display: none;
    }
    .header.style14 .form-search-width-category .form-content input{
        border-left: 1px solid #e6e6e6;
        border-radius: 3px 0 0 3px;
    }
    .header.style14 .header-nav-inner{
        background-color: #e9e9e9;
        margin-top: 15px;
    }
    .header.style17 .header-nav-inner{
        margin-top: 0;
    }
    .header.style15 .main-header{
        padding-bottom: 15px;
    }
    .header.style15 .header-nav-inner{
        margin-top: 0;
        background-color: #f6f6f6;
    }
    .header-text-mes{
        float: none;
        display: block;
        text-align: center;
    }
    .techone-custommenu.style-02 .menu .menu-item{
        line-height: 30px
    }
    .techone-socials.style5 .socials{
        text-align: left;
    }
    .single-banner__layout26 .banner-content{
        left: 100px;
    }
    .single-banner__layout32 .banner-content, 
    .single-banner__layout31 .banner-content{
        left: 110px;
    }
    .single-banner__layout33 .banner-content{
        left: 20px;
    }
    .single-banner__layout34 .banner-content{
        left: 150px;
    }
    .product-item.style19 .product-inner &gt; *{
        width: 100%;
        display: block;
        padding: 0;
    }
    .techone-tabs.layout6 .section-header .section-title, 
    .techone-tabs.layout5 .section-header .section-title{
        margin-bottom: 0;
    }
    .techone-tabs.layout6 .tab-head .tabs-link, 
    .techone-tabs.layout5 .tab-head .tabs-link{
        display: inline-block;
        padding: 0;
    }
    .techone-tabs.layout6 .tab-head .tabs-link li, 
    .techone-tabs.layout5 .tab-head .tabs-link li{
        padding:0 25px 0 0;
    }
    .techone-tabs.layout6 .tab-head .tabs-link li a::after, 
    .techone-tabs.layout5 .tab-head .tabs-link li a::after {
        display: none;
    }
    .header.style17 .header-nav .text-in-right{
        display: none;
    }
}
@media(max-width: 767px){
    .header.style14 .main-header .logo{
        text-align: center;
    }
    .header.style14 .block-wishlist{
        margin-right: 20px;
    }
    .header.style14 .header-nav-inner{
        margin-top: 0;
    }
    .single-banner__layout27 .banner-content{
        left: 20px;
    }
    .techone-newsletter.layout6 .block-content .newsletter-form-wrap{
        width: auto;
    }
    .product-item.style17 .techone-wrap-custom-rating{
        margin-bottom: 0;
    }
    .product-item.style23 .product-thumb{
        width: 160px;
    }
    .product-item.style23 .product-info{
        width: calc(100% - 165px);
    }
}
@media(max-width: 479px){
    .single-banner__layout27 .text-01{
        line-height: 24px;
    }
    .single-banner__layout27 .text-02{
        line-height: 20px;
    }
    .single-banner__layout28 .banner-content,
    .single-banner__layout29 .banner-content{
        left: 220px;
    }
    .single-banner__layout30 .banner-content{
        left: 190px;
    }
    .single-banner__layout32 .banner-content, 
    .single-banner__layout31 .banner-content{
        left: 130px;
    }
    .single-banner__layout33 .banner-content{
        left: 120px;
    }
    .techone-tabs.layout6 .tab-head .tabs-link li, 
    .techone-tabs.layout5 .tab-head .tabs-link li{
        padding: 0;
    }
    .product-item.style17 .group-button .inner &gt; :not(:last-child){
        margin-right: 6px;
    }
    .product-item.style17 .techone-wrap-custom-rating .rating-count{
        display: none;
    }
    .product-item.style23 .product-thumb,
    .product-item.style22 .product-thumb,
    .product-item.style20 .product-thumb{
        width: 120px;
    }
    .product-item.style23 .product-info,
    .product-item.style22 .product-info,
    .product-item.style20 .product-info{
        width: calc(100% - 125px);
    }
}
@media(max-width: 320px){
    .single-banner__layout28 .banner-content{
        left: 140px;
    }
    .single-banner__layout29 .banner-content{
        left: 165px;
    }
    .single-banner__layout33 .banner-content{
        left: 30px;
    }
    .single-banner__layout34 .banner-content{
        left: 50px;
    }
}
.flecha
{
	font-weight:bold;
	font-size:18px;
	color:#534FB5;
	
}
.
.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 1em

    transition-delay: 3s;
}

.woocommerce .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
	font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 1.15em;
	float: left
}

.woocommerce .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	margin-left: .5em;
	margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	background-color: #EE285B;
	border-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	top: -.3em;
	margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: #EE285B

}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background-color: white;
	border: 1px solid #EE285B

}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px
}


.woocommerce-billing-fields
input[type="text"], input[type="email"], textarea, input[type="password"], input[type="tel"], input[type="search"]
{
 border:none;
 border-bottom: 1.8px solid grey;
 min-width: 400px;
 background-color: white;
}

.woocommerce-input-wrapper
{
    width:360px;
}

#billing_country_field
{
    display: none;
}

.woocommerce-additional-fields h3
{
    display: none;
}


.woocommerce-billing-fields .select2-container
{
    width: 100% !important;
   
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single
{
    border-radius: 25px;
    background-color: white;
}

.woocommerce-form-coupon-toggle
{
    display: none;
}





.woocommerce-shipping-fields
input[type="text"], input[type="email"], textarea, input[type="password"], input[type="tel"], input[type="search"]
{
 border:none;
 border-bottom: 1.8px solid grey;

 background-color: white;
}

.woocommerce-shipping-fields .select2-container--default .select2-selection--single
{
    border-radius: 25px;
    background-color: white;
}


 .woocommerce-terms-and-conditions-wrapper
 {
     display:none;
 }


 .form-row .button
 {
 display: inline-block;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 59%;
    background-color: #534FB5 !important;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    z-index: 999;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #F4EEE8    ;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color:  #534FB5;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #F4EEE8;
}

.woocommerce-shipping-methods li {
    list-style-type: none;
}

.

.woocommerce-shipping-totals th
{
    border:0px solid;
}

.woocommerce-shipping-totals tr
{
    border:0px solid;
}

.carousel-inner&gt;.item&gt;a&gt;img, .carousel-inner&gt;.item&gt;img, .img-responsive, .thumbnail a&gt;img, .thumbnail&gt;img
{
    display: flex;
    /* max-width: 100%; */
    /* height: auto; */
    justify-self: center;
    margin: auto;
}
.figure
{
    margin:auto;
}

 





</pre></body></html>