@import url(http://ca.gwinstek.com.cn/wp-content/themes/twentynineteen/static/images/jquery.fancybox.css);

@import url(http://ca.gwinstek.com.cn/wp-content/themes/twentynineteen/static/css/jquery.fancybox-thumbs.css);

img {

    max-width: 100%;

}

a {

    color: #222;

    -webkit-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

    text-decoration: none;

}

a:hover, a:focus {

    text-decoration: none;

    color: inherit;

    outline: none;

}

p {

    margin: 0px;

}

ul, ol {

    margin: 0;

    padding: 0;

}

ul ul, ol ol, ul ol, ol ul {

    padding-left: 30px

}

blockquote {

    font-size: 15px;

    font-style: italic;

    position: relative;

    border-color: #ff6600;

}

input[type="text"], input[type="email"], textarea, input[type="password"], input[type="tel"] {

    border: 1px solid #e8e8e8;

    padding: 6px 15px;

    color: #747474;

    max-width: 100%;

}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus, input[type="password"]:focus {

    outline: none;

}

::-webkit-input-placeholder {

 color: inherit;

 opacity: 1;

 filter: alpha(opacity=100);

}

:-moz-placeholder { /* Firefox 18- */

 color: inherit;

 opacity: 1;

 filter: alpha(opacity=100);

}

::-moz-placeholder { /* Firefox 19+ */

 color: inherit;

 opacity: 1;

 filter: alpha(opacity=100);

}

:-ms-input-placeholder {

 color: inherit;

 opacity: 1;

 filter: alpha(opacity=100);

}

button, .button, input[type="submit"] {

    color: #fff;

    display: inline-block;

    padding: 9px 25px;

    text-align: center;

    text-transform: uppercase;

    -webkit-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

    position: relative;

    background-color: #ff6600;

    font-size: 14px;

    border: none;

}

button:hover, .button:hover, input[type="submit"]:hover {

    background-color: #222;

    color: #fff;

}

input[type="submit"]:before {

    background-color: rgba(255, 255, 255, 0.1);

    content: "";

    height: 0;

    left: 0;

    margin: auto;

    position: absolute;

    top: 0;

    transition: all 0.3s ease-out 0s;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    width: 0;

}

.button:hover, input[type="submit"]:hover, .button:focus, input[type="submit"]:focus, input, button {

    outline: none;

}

.button:hover:after, input[type="submit"]:hover:after {

    height: 100%;

    width: 100%;

    transition: all 0.4s ease-out 0s;

    -webkit-transition: all 0.4s ease-in-out 0s;

    -ms-transition: all 0.4s ease-in-out 0s;

}

input[type=search], input[type=text], input[type=email], input[type=password] {

    border: 1px solid #e5e5e5;

}

.chosen-container-single .chosen-single div b, .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-rtl .chosen-search input[type="text"] {

    background: none !important;

}

/*****fonts-flaticon******/



@font-face {

    font-family: "Flaticon";

    src: url("http://ca.gwinstek.com.cn/wp-content/themes/twentynineteen/static/fonts/flaticon/Flaticon.eot");

    src: url("../font/themify.eot") format("embedded-opentype"),  url("../font/flaticon.woff") format("woff"),  url("../font/themify.ttf") format("truetype"),  url("http://ca.gwinstek.com.cn/wp-content/themes/twentynineteen/static/fonts/flaticon.svg#flaticon") format("svg");

    font-weight: normal;

    font-style: normal;

}



@media screen and (-webkit-min-device-pixel-ratio: 0) {

@font-face {

    font-family: "Flaticon";

    src: url("http://ca.gwinstek.com.cn/wp-content/themes/twentynineteen/static/fonts/flaticon.svg#flaticon") format("svg");

}

}



/*****OWL******/

.owl-dots {

    text-align: center;

    margin-top: 35px;

}

.owl-dots .owl-dot {

    display: inline-block;

    width: 12px;

    height: 12px;

    border-radius: 50%;

    background-color: #999;

    margin: 0 5px

}

.owl-dots .owl-dot.active {

    background-color: #ff6600;

}

.owl-nav .owl-prev, .owl-nav .owl-next {

    font-size: 0;

}

.owl-carousel .product-item:not(:first-child) {

    margin-top: 30px;

}

.block-the-blog.sb .title-of-section, .block-latest-roducts .title-of-section {

    margin-bottom: 30px;

}

.block-the-blog.sb .owl-carousel.nav-style2 .owl-nav .owl-next, .block-latest-roducts .owl-carousel.nav-style2 .owl-nav .owl-next, .block-the-blog.sb .owl-carousel.nav-style2 .owl-nav .owl-prev, .block-latest-roducts .owl-carousel.nav-style2 .owl-nav .owl-prev {

    top: -61px;

}

.block-latest-roducts .owl-carousel .product-item:not(:first-child) {

    margin-top: 15px;

}

.owl-carousel.nav-style1 .owl-nav .owl-prev, .owl-carousel.nav-style1 .owl-nav .owl-next, .owl-carousel.nav-style3 .owl-nav .owl-prev, .owl-carousel.nav-style3 .owl-nav .owl-next, .owl-carousel.nav-style4 .owl-nav .owl-prev, .owl-carousel.nav-style4 .owl-nav .owl-next, .owl-carousel.nav-style5 .owl-nav .owl-next, .owl-carousel.nav-style5 .owl-nav .owl-prev {

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

    -webkit-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

}

.owl-carousel.nav-style1 .owl-nav .owl-next {

    right: 100px;

}

.owl-carousel.nav-style1 .owl-nav .owl-prev {

    left: 100px;

}

.owl-carousel.nav-style1 .owl-prev:before, .owl-carousel.nav-style4 .owl-prev:before, .owl-carousel.nav-style5 .owl-prev:before {

    content: "\f104";

    font-family: 'FontAwesome';

    font-size: 24px;

}

.owl-carousel.nav-style1 .owl-next:before, .owl-carousel.nav-style4 .owl-next:before, .owl-carousel.nav-style5 .owl-next:before {

    content: "\f105";

    font-family: 'FontAwesome';

    font-size: 24px;

}

.owl-carousel.nav-style1 .owl-next, .owl-carousel.nav-style1 .owl-prev, .owl-carousel.nav-style4 .owl-prev, .owl-carousel.nav-style4 .owl-next {

    width: 40px;

    height: 45px;

    background-color: #fff;

    line-height: 42px;

    color: #333;

    font-size: 0;

    text-align: center;

}

.owl-carousel.nav-style4 .owl-prev, .owl-carousel.nav-style4 .owl-next {

    background-color: #ddd;

}

.owl-carousel.nav-style4 .owl-nav .owl-prev, .owl-carousel.nav-style4 .owl-nav .owl-next {

    top: 50%;

    width: 32px;

    height: 32px;

    line-height: 32px;

}

.owl-carousel.nav-style1 .owl-next:hover, .owl-carousel.nav-style1 .owl-prev:hover, .owl-carousel.nav-style4 .owl-next:hover, .owl-carousel.nav-style4 .owl-prev:hover, .owl-carousel.nav-style5 .owl-prev:hover, .owl-carousel.nav-style5 .owl-next:hover {

    background-color: #ff6600;

    color: #fff;

}

.slide-opt-1:hover .owl-carousel.nav-style1 .owl-nav .owl-prev, .slide-opt-1:hover .owl-carousel.nav-style1 .owl-nav .owl-next, .slide-opt-2:hover .owl-carousel.nav-style5 .owl-nav .owl-prev, .slide-opt-2:hover .owl-carousel.nav-style5 .owl-nav .owl-next, .slide-opt-5:hover .owl-carousel.nav-style5 .owl-nav .owl-prev, .slide-opt-5:hover .owl-carousel.nav-style5 .owl-nav .owl-next, .slide-opt-4:hover .owl-carousel.nav-style5 .owl-nav .owl-prev, .slide-opt-4:hover .owl-carousel.nav-style5 .owl-nav .owl-next, .slide-opt-3:hover .owl-carousel.nav-style5 .owl-nav .owl-prev, .slide-opt-3:hover .owl-carousel.nav-style5 .owl-nav .owl-next {

    opacity: 1;

    visibility: visible;

}

.owl-carousel.nav-style2 .owl-nav .owl-next, .owl-carousel.nav-style2 .owl-nav .owl-prev {

    position: absolute;

    top: -81px;

    right: 0;

    display: inline-block;

    width: 34px;

    height: 34px;

    line-height: 34px;

    background-color: #333;

    text-align: center;

    color: #fff;

}

.block-sale-product .owl-carousel.nav-style2 .owl-nav .owl-next, .block-sale-product .owl-carousel.nav-style2 .owl-nav .owl-prev {

    background-color: #fff;

    color: #333;

}

.owl-carousel.nav-style2 .owl-nav .owl-next:hover, .owl-carousel.nav-style2 .owl-nav .owl-prev:hover, .owl-carousel.nav-style3 .owl-nav .owl-next:hover, .owl-carousel.nav-style3 .owl-nav .owl-prev:hover {

    background-color: #ff6600;

    color: #fff;

}

.owl-carousel.nav-style2 .owl-nav .owl-prev {

    right: 38px;

}

.owl-carousel.nav-style2 .owl-prev:before {

    content: "\f104";

    font-family: 'FontAwesome';

    font-size: 22px;

}

.owl-carousel.nav-style2 .owl-next:before {

    content: "\f105";

    font-family: 'FontAwesome';

    font-size: 22px;

}

.owl-carousel.nav-style3 .owl-nav .owl-prev, .owl-carousel.nav-style3 .owl-nav .owl-next {

    top: 60%;

    color: #aaa;

}

.owl-carousel.nav-style3 .owl-nav .owl-next {

    right: -10px;

}

.owl-carousel.nav-style3 .owl-nav .owl-prev {

    left: -10px;

}

.section-brand:hover .owl-carousel.nav-style3 .owl-nav .owl-prev, .section-brand:hover .owl-carousel.nav-style3 .owl-nav .owl-next, .product-preview:hover .owl-carousel.nav-style4 .owl-nav .owl-prev, .product-preview:hover .owl-carousel.nav-style4 .owl-nav .owl-next {

    opacity: 1;

    visibility: visible;

}

.section-brand:hover .owl-carousel.nav-style3 .owl-nav .owl-prev {

    left: 10px;

}

.section-brand:hover .owl-carousel.nav-style3 .owl-nav .owl-next {

    right: 10px;

}

.owl-carousel.nav-style3 .owl-prev:before {

    content: "\f104";

    font-family: 'FontAwesome';

    font-size: 27px;

}

.owl-carousel.nav-style3 .owl-next:before {

    content: "\f105";

    font-family: 'FontAwesome';

    font-size: 27px;

}

.owl-carousel.nav-style4 .owl-nav .owl-next {

    right: 10px;

}

.owl-carousel.nav-style4 .owl-nav .owl-prev {

    left: 10px;

}

.owl-carousel.nav-style4 .owl-prev:before, .owl-carousel.nav-style4 .owl-next:before {

    font-size: 18px;

}

.owl-carousel.nav-style5 .owl-prev, .owl-carousel.nav-style5 .owl-next {

    width: 40px;

    height: 40px;

    background-color: #fff;

    line-height: 40px;

    color: #333;

    font-size: 0;

    text-align: center;

}

.owl-carousel.nav-style5 .owl-nav .owl-next {

    right: 10px;

}

.owl-carousel.nav-style5 .owl-nav .owl-prev {

    left: 10px;

}

.slide-opt-4 .owl-carousel.nav-style5 .owl-nav .owl-next {

    right: 385px;

}

.slide-opt-4 .owl-carousel.nav-style5 .owl-nav .owl-prev {

    left: 676px;

}



/***header-top****/



/****header-nav****/



/*****menu-bar****/



/********menu-mobile*******/



/*********vertical-menu*********/



/*** Sticky menu line***/



/******slide*******/



/****opt-1*****/

/****opt-2*****/

/****opt-3*****/

/****opt-4*****/

/****opt-5*****/

/*****responsive-slide*****/



/*****deal-of-day****/



.block-daily-deals.style1 {

    margin-top: 90px;

}

.block-daily-deals.style1 .product-name {

    margin-bottom: 10px;

    margin-top: 7px;

}
@media (max-width: 960px){
.product-info-main .product-name {

    margin-top: 25px !important;

}
}
.block-daily-deals.style1 .price del {

    text-decoration: line-through;

}

.deal-of-day {

    overflow: hidden;

    padding: 28px 15px;

    background: #fff;

    border: 1px solid #e6e6e6;

}

.deal-of-day .product-innfo {

    overflow: hidden;

}

.deal-of-day:hover {

    border: 1px solid #ff6600 !important;

}

.deal-of-day .btn-add-to-cart {

    font-size: 14px;

    text-transform: uppercase;

}

.title-of-section {

    font-size: 20px;

    font-weight: bold;

    text-transform: uppercase;

    margin-bottom: 20px;

    color: #333;

    position: relative;

    border-left: 3px solid #ff6600;

    padding-left: 14px;

}

.block-sale-product .title-of-section {

    color: #fff;

}

.product-thumb.style1 {

    float: left;

    position: relative;

    overflow: hidden;

}

.product-thumb.style1 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-thumb.style1: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-innfo {

    padding-left: 15px;

}

.product-name {

    margin-bottom: 6px;

    line-height: 20px;

    font-weight: 500;

}

.product-name a {

    font-size: 18px;

}

.product-name a:hover {

    color: #ff6600;

}

.price {

    display: inline-block;

    padding-bottom: 3px;

}

.price .onsale {

    display: none;

}

.price ins {

    font-size: 18px;

    color: #ff6600;

    font-family: 'Roboto', sans-serif;

    font-weight: 500;

    text-decoration: none;

    margin-right: 5px;

}

.price-dark {

    display: inherit;

}

.price-dark ins {

    color: #222;

}

.price del {

    font-size: 14px;

    color: #bbbbbb;

    font-family: 'Roboto', sans-serif;

    text-decoration: none;

    margin-right: 5px;

}

.product-item.style1 .product-name, .product-item.style2 .product-name {

    margin-bottom: 6px;

}

.product-item.style2 .product-innfo {

    overflow: hidden;

}

.product-item.style1 .price ins {

    font-size: 15px;

}

.product-item.style1 .price del {

    font-size: 14px;

    text-decoration: line-through;

}

.star-rating {

    display: block;

    color: #f29f29;

    margin-bottom: 11px;

    font-size: 14px;

}

.index-opt-1 .block-section-4 .star-rating {

    margin-bottom: -2px;

}

.product-item.style2 .star-rating {

    font-size: 14px;

}

.star-rating .review {

    font-size: 14px;

    color: #aaa;

}

.onsale, .onnew {

    background-color: #ff6600;

    color: #fff;

    font-size: 13px;

    font-weight: 600;

    padding: 1px 10px;

    position: relative;

}

.block-daily-deals.style2 .onsale, .block-daily-deals.style2 .onnew {

    line-height: 18px;

    height: 20px;

    display: inline-block;

}

.onnew {

    text-transform: capitalize;

    background-color: #ff6600;

}

.kt-countdown {

    text-transform: uppercase;

    margin-bottom: 15px;

}

.product-count-down .box-count {

    text-align: center;

    display: inline-block;

    padding-right: 10px;

}

.product-count-down .box-count:last-child {

    padding-right: 0;

}

.product-count-down .number {

    color: #fff;

    font-size: 17px;

    font-weight: bold;

    padding-top: 5px;

    display: inline-block;

    font-family: 'Roboto', sans-serif;

    background-color: #ff6600;

    border-radius: 50%;

    width: 48px;

    line-height: 36px;

    height: 48px;

}

.product-count-down .dot {

    display: none;

}

.product-count-down .box-count .text {

    font-size: 10px;

    display: block;

    color: #aaa;

}

.btn-add-to-cart {

    font-size: 13px;

    font-weight: 600;

    color: #fff;

    text-transform: capitalize;

    border: 2px solid #222;

    display: inline-block;

    padding: 7px 40px;

    background-color: #222;

}

.btn-add-to-cart:hover {

    color: #fff;

    background-color: #ff6600;

    border-color: #ff6600;

}

.block-daily-deals.style2 {

    margin-top: 50px;

}

.block-daily-deals.style2 .title-of-section {

    display: inline-block;

    position: relative;

}

.block-daily-deals.style2 .deal-of-day {

    padding-top: 0;

    padding-bottom: 27px;

    border: 1px solid #e6e6e6;

}

.block-daily-deals.style2 .border-background {

    border: 1px solid #fff;

    margin: 30px 0;

}

.block-daily-deals.style2 .product-name {

    padding-top: 22px;

}

.block-daily-deals.style2 .product-count-down {

    display: inline-block;

    padding: 0 0 6px 210px;

}

.block-daily-deals.style2 .product-count-down .number {

    margin-right: 5px;

}

.block-daily-deals.style2 .product-count-down .box-count .text {

    display: inline-block;

    margin-top: 0;

    line-height: 40px;

}

.block-daily-deals.style2 .kt-countdown {

    margin-bottom: 0;

}

.block-daily-deals.style2 .product-innfo {

    padding-left: 10px;

}

.block-daily-deals.style2 .btn-add-to-cart {

    padding: 6px 30px;

}

.block-daily-deals.style3 .product-item.style1 .product-innfo {

    padding: 0 0 15px 0;

}

.block-daily-deals.style3 .product-item.style1 .onsale {

    position: relative;

    left: 0;

    bottom: 0;

}

.block-daily-deals.style3 .star-rating {

    display: block;

    font-size: 14px;

}

.block-daily-deals.style3 .title-count-down, .block-daily-deals.style3 .kt-countdown {

    display: inline-block;

}

.block-daily-deals.style3 .title-count-down {

    font-size: 16px;

    color: #333;

    font-weight: bold;

    vertical-align: top;

}

.block-daily-deals.style3 .title-count-down span {

    display: block;

    font-size: 16px;

    color: #555;

    font-weight: 500;

    line-height: 20px;

}

.block-daily-deals.style3 .kt-countdown {

    float: right;

}

.block-daily-deals.style3 .product-count-down .box-count:last-child {

    padding-right: 0;

}

/************banner*****/



/*.box-tabs.nav-tab li a:hover,*/



.box-tabs.nav-tab li.active {

    background-color: #ff6600;

}

.tab-product .nav-tab li {

    display: inline-block;

    text-transform: uppercase;

    font-size: 12px;

    font-weight: 500;

    letter-spacing: 0.1em;

    padding: 3px 15px;

    list-style: none;

    background-color: #333;

    text-align: center;

    margin-left: 5px;

}

.tab-product .nav-tab li:first-child {

    margin-left: 0;

}

.tab-container .tab-panel {
	
	display: none;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    opacity: 0;

    visibility: hidden;

}

.tab-container .active {
	
	display: block !important;

    opacity: 1;

    visibility: inherit;

    position: inherit;

    -vendor-animation-duration: 0.3s;

    -vendor-animation-delay: 1s;

    -vendor-animation-iteration-count: infinite;

}

.product-inner {

    position: relative;

    overflow: hidden;

}

.product-item.style1 .product-inner {

    background: #fff;/*border-bottom: 1px solid #e6e6e6;*/

	

}

.block-background .active .product-item.style1 .product-inner {

    background: #fff;

}

.block-background .product-item.style1 .product-inner {

    background: none;

}

.product-item.style1 .product-innfo .star-rating {

    margin-bottom: 5px;

}

.block-section-4 .product-item.style1 .product-innfo {

    padding-bottom: 10px;

}

.product-item.style1 .product-thumb {

    position: relative;

    overflow: hidden;

    text-align: center;

}

.product-item.style1 .thumb-inner {

    padding: 10px;

}

.product-item.style1 .onsale, .product-item.style1 .onnew {

    position: absolute;

    height: 20px;

    line-height: 18px;

    left: 15px;

    top: 20px;

}

.block-section-5 {

    margin-top: 90px;

}

.background-section-5 {

    background-color: #f3f3f3;

    padding: 90px 0 60px 0;

}

.product-item.style2 .onsale {

    display: none;

}

.product-item.style2 .product-inner {

    border: 1px solid #fff;

    background: #fff;

    margin-bottom: 30px;

    position: relative;

    padding: 20px 10px 20px 10px;

    overflow: hidden;

}

.product-item.style2 .product-thumb {

    float: left;

}

.product-item.style2 .product-innfo {

    padding: 10px 0 0 10px;

}

.product-item.style2 .onsale, .product-item.style2 .onnew {

    display: none;

}

.product-item.style2 .btn-add-to-cart {

    font-size: 13px;

    padding: 3px 26px;

    font-family: 'Roboto', sans-serif;

}

.block-section-7 {

    margin-top: 35px;

}

.quick-view {

    position: absolute;

    right: -100px;

    top: 10px;

    color: #fff !important;

    font-size: 11px;

    font-weight: 500;

    background-color: #222;

    text-transform: uppercase;

    padding: 0 9px;

}

.product-inner:hover .quick-view {

    right: 10px;

}

.group-btn-hover {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    opacity: 0;

    visibility: hidden;

    background: #fff;

    text-align: center;

    z-index: 9;

    padding: 0 12px 10px;

}

.product-item:hover .group-btn-hover {

    opacity: 1;

    visibility: visible;

    display: block;

    background-color: #fff;

    transition: 0.5s ease-out 0s;

    -webkit-transition: 0.5s ease-out 0s;

    -ms-transition: 0.5s ease-out 0s;

    -moz-transition: 0.5s ease-out 0s;

}

.border-background .owl-stage-outer:hover {

    padding-left: 2px;

    padding-right: 2px;

    margin-left: -2px;

    margin-right: -2px;

}

.group-btn-hover .add-to-cart {

    font-size: 14px;

    text-transform: capitalize;

    color: #fff;

    font-weight: 600;

    padding: 5px 11px;

    background-color: #222;

    border: 1px solid #222;

    margin: 0 8.5px;

    float: left;

}

.group-btn-hover:not(.style2) .add-to-cart {

    min-width: calc(100% - 90px);

}

.group-btn-hover.style2 {

    text-align: left;

}

.group-btn-hover .compare, .group-btn-hover .wishlist, .group-btn-hover.style2 .add-to-cart {

    color: #fff;

    font-size: 16px;

    padding: 5px 9px;

    background-color: #222;

    display: inline-block;

    border: 1px solid #222;

    float: left;

}

.group-btn-hover .wishlist {

    font-size: 17px;

}

.group-btn-hover.style2 .add-to-cart {

    margin-left: 0;

}

.group-btn-hover.style2 .compare, .group-btn-hover.style2 .wishlist {

    margin-right: 10px;

    margin-left: 0;

}

.group-btn-hover .add-to-cart:hover, .group-btn-hover .compare:hover, .group-btn-hover .wishlist:hover {

    color: #fff;

    background-color: #ff6600;

    border: 1px solid #ff6600;

}

/******brand******/

.block-section-brand {

    padding-top: 45px;

}

.block-section-brand .owl-carousel:hover .owl-stage-outer {

    padding-bottom: 0;

    margin-bottom: 0;

}

.section-brand {

    border-radius: 3px;

    border: 1px solid #e6e6e6;

}

.block-brand.style2 .section-brand {

    border: none;

    margin-top: 18px;

}

.block-brand.style2 .section-brand .item-brand img {

    border: 1px solid #e6e6e6;

    border-radius: 3px;

}

.block-brand.style2 .section-brand .item-brand {

    border-right: none;

}

.section-brand.style1 {

    padding: 24px 0;

}

.section-brand .item-brand {

    display: block;

    border-right: 1px solid #e6e6e6;

}

.section-brand .active.item-last .item-brand {

    border-right: none;

}

.section-brand .item-brand img {

    -webkit-filter: sepia(0);

    filter: sepia(0);

}

.section-brand .item-brand:hover img {

    opacity: 0.5;

}



@media (max-width: 479px) {

.section-brand .item-brand {

    border-right: none;

}

.index-opt-1 .product-item.style1 .thumb-inner,  .index-opt-4 .product-item.style1 .thumb-inner {

    padding: 0;

}

}

/******footer********/



/*****opt-2*****/



/********responsive*****/



/*****detal-product*********/



.detail-product .breadcrumb-page {

    padding-top: 25px;

}

.breadcrumb-page li {

    display: inline-block;

    text-transform: uppercase;

}

.breadcrumb-page li a {

    font-size: 14px;

    color: #222;

    position: relative;

}

.breadcrumb-page li a:after {

    content: "/";

    display: inline-block;

    color: #333;

    padding: 0 11px 0 14px;

}

.breadcrumb-page li:last-child a:after {

    display: none;

}

.breadcrumb-page li:hover a, .breadcrumb-page li.active a {

    color: #666;

}

.product-content-single {

    padding-top: 30px;

}
.image-preview-container img{
	width: 100%;
	height: 100%;
}
.product-content-single .image-preview-container, .product-content-single .product-preview img {

    border: 1px solid #eee;

}

.product-preview .owl-carousel:hover .owl-stage-outer, .block-brand .owl-carousel:hover .owl-stage-outer {

    padding: 0;

    margin: 0;

}

.product-preview.image-small {

    padding-top: 10px;

}

.product-preview.image-small a {

    position: relative;

    display: inline-block;

    width: 100%;

}

.product-info-main {

    margin-left: 18px;

}

.product-info-main .product-name a {

    font-size: 24px;

    font-weight: bold;

}

.product-info-main .star-rating {

    font-size: 14px;

}

.product-info-main .product-infomation {

    border-bottom: 1px solid #e6e6e6;

    border-top: 1px solid #e6e6e6;

    padding: 10px 0 10px 0;

	line-height: 33px;

	text-align: justify;

	font-size: 15px;

	letter-spacing: 1px;

}

.product-info-main .group-btn-share {

    padding-bottom: 6px;

}

.product-info-main .group-btn-share a:nth-child(2) {

    margin-right: 18px;

}

.product-info-main .product-description {

    color: #8e8e8e;

    margin-top: 4px;

}

.stock.available {

    color: #ff6600;

    font-weight: 500;

    padding-bottom: 13px;

}

.label-stock {

    color: #666;

}

.transportation {

    display: none;

    background-color: #ececec;

    text-align: center;

    color: #555;

    padding: 9px 0;

    font-weight: 500;

    margin-top: 15px;

    position: relative;

    border-radius: 30px;

}

.transportation:after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    background-color: rgba(90, 89, 89, 0.09);

    width: 0;

    -webkit-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

    transition: all 0.5s ease 0s;

    border-radius: 30px;

}

.transportation:hover:after {

    width: 100%;

}

.transportation:before {

    content: "\f0d1";

    font-family: "FontAwesome";

    font-size: 20px;

    margin-right: 5px;

}

.product-info-price .price {

    margin: 10px 0;

}

.product-info-price .price ins {

    display: block;

    font-size: 20px;

    font-weight: bold;

}

.product-list .product-info-price .price ins, .product-list .product-info-price .price del {

    font-family: 'Heebo', sans-serif;

}

.product-info-price .price del {

    font-size: 14px;

    text-decoration: line-through;

}

.quantity-title {

    font-size: 14px;

    color: #333;

    margin-bottom: 8px;

    font-weight: 500;

}

.buttons-added {

    border: 1px solid #e6e6e6;

    max-width: 142px;

    margin-bottom: 20px;

    overflow: hidden;

}

.buttons-added input {

    padding: 9px 10px;

    border: none;

    font-size: 15px;

    line-height: 22px;

    text-align: center;

    color: #ff6600;

    font-weight: bold;

    margin-left: 4px;

}

.buttons-added .sign {

    width: 40px;

    height: 40px;

    display: inline-block;

    text-align: center;

    border-radius: 50%;

    color: #666;

    line-height: 40px;

    float: left;

    font-size: 14px;

}

.buttons-added .sign:hover {

    color: #ff6600;

}

.buttons-added .sign.plus {

    float: right;

}

.single-add-to-cart {

    padding-bottom: 20px;

}

.single-add-to-cart .btn-add-to-cart {

    display: table;

    margin-bottom: 8px;

}

.single-add-to-cart .compare, .single-add-to-cart .wishlist {

    font-size: 14px;

    color: #666;

    margin-top: 6px;

    display: inline-block;

}

.product-info-price .single-add-to-cart .compare, .product-info-price .single-add-to-cart .wishlist {

    font-weight: 500;

}

.single-add-to-cart .compare:hover, .single-add-to-cart .wishlist:hover {

    color: #ff6600;

}

.single-add-to-cart .compare {

    margin-right: 20px;

}

.single-add-to-cart .compare > i, .single-add-to-cart .wishlist > i {

    margin-right: 7px;

}

.tab-details-product {

    margin-top: 20px;

    border-top: 1px solid #e6e6e6;

    padding-top: 20px;

}

.tab-details-product li {

    display: inline-block;

    margin-right: 5px;

}

.tab-details-product li > a {

    font-size: 14px;

    color: #666;

    font-weight: 500;

    text-transform: uppercase;

    background-color: #eee;

    padding: 10px 18px;

    border-top-left-radius: 4px;

    border-top-right-radius: 4px;

    display: inline-block;

}

@media (min-width: 991px){

.tab-details-product li > a {

    font-size: 16px !important;

    padding: 10px 40px !important;

}

}

.tab-details-product li.active > a, .tab-details-product li:hover > a {

    background-color: #ff6600;

    color: #fff;

}

.tab-details-product .tab-container {

    border: 1px solid #e6e6e6;

    padding: 20px;

}

.tab-details-product .tab-container p {

    margin-bottom: 6px;

	text-align: justify;

    line-height: 28px;

	color: #666;

}

.tab-details-product .tab-container p:last-child {

    margin-bottom: 0;

}

.form-title:hover {

    color: #ff6600;

}

.box-content label {

    font-weight: 500;

    color: #333;

}



.index-opt-2 .vertical-menu-list li:last-child {

    margin-bottom: 23px;

}

.block-bestseller-and-deals.full-width {

    background: #f3f3f3;

    margin-top: 40px;

    padding-bottom: 25px;

}

.block-bestseller-product.style2 {

    width: 60.1933%;

    float: left;

    margin-right: 20px;

    padding-top: 35px;

}

.block-bestseller-product.style2 .product-item.style1 .product-innfo {

    padding-bottom: 11px;

}

.block-bestseller-product.style2 .star-rating {

    font-size: 14px;

    margin-bottom: 0;

}

.block-daily-deals.style3 {

    width: 38%;

    display: inline-block;

    background: #fff;

    border: 2px solid #ff6600;

    padding: 25px 28px 37px 28px;

    margin-top: 23px;

}

.bestseller-and-deals-content.border-background {

    display: inline-block;/*border-right: #fff;*/

	

}

.product-item.style1 {

    z-index: 1;

    position: relative;

}

.product-item.style1 .product-inner {

    border: 1px solid #eaeaea;

}

.product-item.style1:hover {

    z-index: 2;

}

.product-item:hover .product-inner {

    border: 1px solid #ff6600 !important;

}

.block-daily-deals.style3 .product-item.style1:hover {

    box-shadow: none;

}

.bestseller-and-deals-content .product-item, .bestseller-and-deals-content .product-item:nth-child(3n) {

    padding-right: 0;

}

.block-daily-deals.style3 .title-of-section {

    border-left: none;

    border-bottom: 1px solid #e6e6e6;

    padding-bottom: 15px;

    margin-bottom: 0;

}

.block-daily-deals.style3 .product-item.style1 .product-inner:hover {

    box-shadow: none;

}

.block-daily-deals.style3 .product-item.style1 .product-inner {

    border-bottom: none;

}

.block-daily-deals.style3 .product-item.style1 .thumb-inner {

    padding: 10px 0;

}

.block-daily-deals.style3 .product-name a {

    font-size: 16px;

}

.block-daily-deals.style3 .product-item.style1 .price ins {

    font-size: 18px;

}

.block-daily-deals.style3 .product-item.style1 .price del {

    font-size: 15px;

}

.index-opt-2 .block-recent-view .star-rating, .index-opt-3 .block-recent-view .star-rating {

    margin-bottom: 6px;

}

.product-item.style1 .price {

    padding-bottom: 7px;

}

.block-latest-roducts .product-item.style1 .price {

    padding-bottom: 0;

}

.block-recent-view{

	margin-top: 40px;

	margin-bottom: 40px;

}
.comment-form-cookies-consent{
	display: none;
}
.comments-title{
	display: none;
}
.comment-reply-title{
	display: none;
}
.comment-notes{
	display: none;
}
.screen-reader-text{
	display: none;
}
.comment-form-author{
	width: 50%;
	float: left;
	padding-right: 6px;
}
.comment-form-author label{
    position: absolute;
    line-height: 80px;
    margin-left: 20px;
    font-size: 18px;
}
.comment-form-email{
	width: 50%;
	float: left;
	padding-left: 6px;
}
.comment-form-email label{
    position: absolute;
    line-height: 80px;
    margin-left: 20px;
    font-size: 18px;
}
.comment-form-email input{
	adding: 0 120px;
}
.comment-form-url{
	width: 50%;
	float: left;
	padding-right: 6px;
}
.comment-form-url label{
    position: absolute;
    line-height: 80px;
    margin-left: 20px;
    font-size: 18px;
}
.form-submit{
	width: 50%;
	float: left;
	padding-left: 6px;
}
.comment-form-comment{
	margin-bottom: 0px;
}
.comment-form-comment label{
    position: absolute;
    line-height: 80px;
    margin-left: 20px;
    font-size: 18px;
}