.sticky-wrapper .header-middle > .container {
padding-top: 10px;
padding-bottom: 10px;
}
.desktop_menu_wrapper{
justify-content: center;
}
.info_details {
display: flex;
}
.info_details div:nth-child(2) {
margin-left: 20px;
}
.info_details .info_details_item {
cursor: pointer;
}
.info_details .info_details_item:hover {
color: #FFB91F;
}
.ts-header .is-sticky .header-bottom {
display: block;
}
.ts-search-by-category > form {
color: rgba(32,32,32,1);
background-color: rgba(248,248,248,1);
border: 2px solid #d3d3d3;
}
.header-v3 header .logo-wrapper {
padding-right: 60px;
}
.header-middle .container > .ts-search-by-category {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 0 0 288px;
}
.header-middle > .container:after {
display:none;
}
.header-middle .ts-search-by-category .search-table .search-field input[type="text"] {
color: rgba(32,32,32,1);
height: 34px;
}
.header-middle .ts-search-by-category .search-table .search-button {
width: 30px;
height: 30px;
right: 4px;
}
.header-middle .ts-search-by-category .search-table .search-button:before {
font-size: 16px;
line-height: 32px;
} .pro_cat_slider .content-wrapper .product-category > .product-wrapper>a:first-child {
border: 2px solid #846c5b;
border-radius: 10px;
padding: 10px;
}
.woocommerce .products:not(.swiper):not(.cross-sells):not(.up-sells):not(.related) {
justify-content: space-between;
row-gap: 15px;
}
.woocommerce .products {
border: none;
}
.woocommerce .products:not(.swiper):not(.cross-sells):not(.up-sells):not(.related) > section {
width: 24%;
}
.woocommerce .products .product:not(.product-category) {
border-width: 2px;
border-style: solid;
}
@media only screen and (max-width: 767px) {
.woocommerce .products:not(.swiper):not(.cross-sells):not(.up-sells):not(.related) > section {
width: 48%;
}
}