body{
    overflow-x: hidden;
    font-family: 'Archivo', sans-serif !important;
}

/* Top Bar CSS */
#top-bar .background {
    background: #292929;
}

#top-bar .col-sm-3 {
    width: 100%;
    text-transform: uppercase;
    min-height: 0px !important;
    text-align: center;
}

#top-bar .welcome-text {
    color: #ffffff;
    text-transform: none;
}

#top-bar .container {
    padding-top: 8px !important;
    padding-bottom: 5px !important;
}

.slider-header #top-bar .row>div {
    min-height: 0px !important;
}

#top .search_form input {
    background: #ffffff;
}

/* Main */
#main {
    background: #ffffff;
}

.right {
    text-align: center;
}

/* Header CSS */
ul.megamenu {
    background: none;
}

.megamenu .home {
    display: none;
}

ul.megamenu>li>a:before {
    background: none;
}

ul.megamenu>li>a:hover {
    color: #F56837;
}

ul.megamenu>li.active>a,
ul.megamenu>li>a.active {
    color: #F56837;
}

ul.megamenu>li>a.active:before,
ul.megamenu>li>a:before {
    background: none;
}

#top .pattern .container {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#cart_block {
    margin-left: 15px !important;
}

#cart_block img {
    padding-top: 4px;
}

#top #cart_block .cart-heading span {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0 0 5px;
}

.easydrawer {
    margin-left: 15px;
}

.easydrawer #total_price {
    position: absolute;
    top: 35px;
    left: 98.3%;
    background: #F56837;
    color: #ffffff;
    padding: 0 8px;
    border-radius: 30px;
    font-size: 14px;
}

.menu-responsive-btn {
    margin-left: 15px !important;
}

#top .smartsearch .smartsearch-bottom a:hover {
    color: #F56837 !important;
}

#top .smartsearch .smartsearch-product:hover strong,
#top .smartsearch .smartsearch-product:hover span {
    color: #fff !important;
}

#top .menu-responsive-drop .search_form {
    width: 50%;
    float: right;
}

#top .smartsearch[style="display: block;"] {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
}

/* Breadcrumb */
.breadcrumb {
    border-radius: 0px !important;
}

.breadcrumb .container h2 {
    font-size: 38px !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

/* Search CSS */
.product-search .product-filter .options .product-compare a,
.product-search .product-filter .list-options .limit,
.product-search .home-subscribebox {
    display: none;
}

.product-search #button-search {
    background: #F56837 !important;
    border: 1px solid #F56837 !important;
}

.product-search #button-search:hover {
    color: #F56837 !important;
    background-color: transparent !important;
    border: 1px solid #F56837 !important;
}

.product-search .center-column .product-grid {
    margin-bottom: 60px !important;
}

/* Sub Menu CSS */
.megamenu .with-sub-menu>a strong:after {
    content: "\f107";
    font-family: "font awesome 5 free";
    font-size: 12px;
    margin-left: 6px;
}

ul.megamenu>li>.sub-menu {
    width: 20% !important;
    left: 28% !important;
}

.megamenu li.with-sub-menu ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
}

ul.megamenu li .sub-menu .content {
    border: none;
}

ul.megamenu>li>.sub-menu .content li {
    padding: 10px 40px;
    margin-left: -40px;
    margin-right: -40px;
}

.container ul.megamenu>li>.sub-menu>.content>.row {
    padding: 5px 25px 0px 25px !important;
}

.sub-menu .content a:hover {
    color: #F56837;
}

ul.megamenu>li>.sub-menu .content li:hover {
    background: #F4F5F5;
}

/* Product Best Seller CSS */
.bestseller-h2 {
    padding-top: 50px !important;
    padding-bottom: 36px !important;
}

.homepage .best-seller-product .product-grid .product .name a {
    font-weight: 600;
    font-size: 15px;
}

.homepage .best-seller-product .product-grid .product .name a:hover {
    color: #F56837;
}

.homepage .best-seller-product .product-grid .product .price {
    font-size: 13px;
    font-weight: 500;
}

.homepage .best-seller-product .product-grid .product .image .product-actions a {
    color: #F56837;
    border: 1px solid #F56837;
}

.product-grid .product .image .product-actions a:hover {
    background: #F56837;
}

.homepage .best-seller-product .product-grid .product .price .price-new {
    color: #F56837;
    font-weight: bold;
    font-size: 15px;
}

.homepage .best-seller-product .product-color-options {
    display: none;
}

/* Custom Footer Background Colour */
.custom-footer .pattern {
    background: #F4F5F5;
}

/* Home Page Subscribe Mailing CSS */
.subsc_txt {
    width: 50%;
}

.column {
    float: left;
    width: 50%;
}

.column h4 {
    font-family: 'Archivo', sans-serif;
    color: #ffffff;
    font-weight: bold;
}

.column p {
    font-family: 'Archivo', sans-serif;
    color: #ffffff;
}

/* Clear floats after the columns */
.row1:after {
    content: "";
    display: table;
    clear: both;
}

.column1 {
    float: left;
    width: 50%;
    text-align: right;
}

/* SubscribeBox Background Colour */
#subscribeBox {
    padding: 50px 0px 40px 0px;
    background-image: url("/templates/legacy/image/data/theme/xdimage/subscribe-bg.png");
    background-size: cover;
}

.button {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #F56837 !important;
    margin-left: -5px;
    border-radius: 0px 5px 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button:hover {
    background: #F56837;
    border: 1px solid #F56837;
    color: #ffffff !important;
}

#subscribeBox label {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

#subscribeBox input {
    margin: 0;
    padding: 0 20px;
}

.subscribe_email {
    width: 280px;
    height: 52px;
    border-radius: 5px 0px 0px 5px;
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
}

/* Full-Width-Content */
.full-width-content {
    width: calc(100vw - 8.1px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    overflow: hidden;
}

/* Footer CSS */
.footer .background {
    background-image: linear-gradient(104deg, #2c0f1b, #05031a 100%) !important;
}

.footer h4 {
    margin: 26px 0 16px;
}

.addthis_toolbox {
    padding-top: 15px;
    margin-left: -5px;
}

.addthis_toolbox.addthis_32x32_style span {
    border-radius: 15px;
}

.footer .at-icon-wrapper {
    background-image: linear-gradient(104deg, #2c0f1b, #05031a 100%);
}

.footer .row {
    display: flex;
}

.footer-panel:nth-child(1) {
    order: 1;
}

.footer-panel:nth-child(4) {
    order: 2;
}

.footer-panel:nth-child(3) {
    order: 3;
}

.footer-panel:nth-child(2) {
    order: 4;
}

.addthis_32x32_style .at-icon {
    border-radius: 15px;
    border: 2px solid #464646;
    fill: #B2B2B2;
}

.addthis_32x32_style .at-icon:hover {
    background: #464646;
    fill: #ffffff;
}

.addthis_default_style .at300b {
    padding: 0 4px !important;
}

.spacing {
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer-panel ul a,
.footer-panel ul li {
    color: #ffffff !important;
}

.footer ul li a:hover{
    color: #F56837 !important;
    text-decoration: underline;
}

.fa-phone,
.fa-envelope {
    font-size: 15px;
}

.fa-twitter,
.fa-youtube {
    font-size: 14px;
}

/* Image Container */
.containerPhotoGallery {
    padding-top: 65px;
    padding-left: 30px;
    padding-right: 20px;
}

.photo-gallery {
    display: flex;
    gap: 20px;
}

.columnSmall {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.columnBig {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
}

.photo {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
}

.photo:hover {
    transform: translateY(-10px);
}

.photo .imgSmall {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.photo div a {
    position: absolute;
    color: #ffffff !important;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    bottom: 0;
    left: 3%;
}

.photo:hover div a {
    text-decoration: underline;
}

.photo .imgBig {
    width: 100%;
    border-radius: 10px;
    height: 100%;
}

/* Shop By Brands CSS */
.shopbybrandtop {
    padding-top: 65px;
}

/* Copyright Section */
.copyright {
    border-top: 1px solid #707070;
}

.copyright .background {
    background-image: linear-gradient(104deg, #2c0f1b, #05031a 100%) !important;
}

.copyright,
.text_copy,
.footer-panel1,
#subscribeBox,
.photo div,
#main {
    font-family: 'Archivo', sans-serif !important;
}

.copyright p,
.copyright a {
    color: #ffffff !important;
    font-size: 12px;
}

.copyright a:hover{
    color: #F56837 !important;
    text-decoration: underline;
}

.copyright li {
    padding: 5px 10px;
    background: #ffffff;
    border-radius: 5px;
}

/* Latest News CSS */
.boxPlain {
    background: #F4F5F5;
}

.boxPlain .image img {
    width: 100%;
    height: 130%;
}

.boxPlain .box-heading {
    display: block;
    padding: 50px 8px 0px 8px !important;
    border-bottom: unset !important;
    text-align: center;
}

.boxPlain span {
    font-size: 26px !important;
}

.boxPlain p {
    padding-top: 15px;
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
}

.boxPlain .box-content {
    border-top: none !important;
    padding: 0px 8px !important;
}

.boxPlain .recentArticles {
    padding: 0px 10px 0px 10px;
    display: flex;
    justify-content: center;
}

.boxPlain .recentArticles li {
    width: 334px;
    height: 100%;
    float: left;
    margin: 19px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.boxPlain .recentArticles li .info-date {
    padding: 200px 15px 0px 15px;
    font-size: 12px;
    color: #787980;
}

.boxPlain .recentArticles li .info {
    display: none;
}

.boxPlain .recentArticles li p {
    padding: 10px 15px 0px 15px;
}

.boxPlain .recentArticles li .title {
    padding: 8px 15px 0px 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
}

.boxPlain .recentArticles li .title:hover {
    text-decoration: none;
    color: #F56837;
}

.boxPlain .recentArticles .readMoreBlog {
    font-size: 13px;
    color: #F56837;
}

.boxPlain .recentArticles .more {
    padding: 25px 15px 25px 15px;
}

.blogModule .image img {
    border: none !important;
    background: none !important;
}

.blogModule {
    margin-bottom: 0px !important;
    padding-bottom: 30px;
}

.blogModule .image img {
    padding: 0px !important;
}

#cluetip {
    display: none !important;
}

.latestnews {
    background-color: #F4F5F5;
}

.latestnews h2 {
    margin-top: 81px !important;
}

.main-content .container,
.standard-body .main-content .container {
    padding-bottom: 0px !important;
}

/* Home Page Blog CSS */
.homeBlogBtn {
    padding-bottom: 48px;
    text-align: center;
    background: #F4F5F5;
}

.blogBtn {
    width: 192px;
    height: 50px;
    padding: 18px 31px;
    background: #F56837;
    border-radius: 5px;
}

.blogBtn:hover {
    background: #A74F90;
}

.blogBtn span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

/* Product Slider 1 CSS */
.productslider1 .single-item .product,
.productslider2 .single-item .product {
    display: flex;
    justify-content: center;
    align-items: center;
}

.productslider1 .product-grid .single-item .product {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.productslider1 .single-item .name {
    padding-top: 0px !important;
}

.productslider1 .single-item .image img {
    height: 50px;
    mix-blend-mode: multiply;
}

.productslider1 .single-item .image {
    background: #F4F5F5;
}

.productslider1 .single-item .right .name a {
    font-weight: bold;
}

.productslider1 .single-item .right .name a:hover{
    color: #F56837;
}

.productslider1 {
    background: #F4F5F5;
}

.productslider2 {
    margin-top: 49px !important;
    margin-bottom: 89px;
}

.productslider2 .single-item .right {
    display: none;
}

.productslider2 .single-item .image img {
    width: 100%;
    height: 50px;
}

/* Box Heading */
.homepage .box-heading {
    display: none;
}

.homepage .right {
    text-align: center;
}

.homepage .productslider1 .right {
    text-align: center;
    padding-left: 30px;
}

.filter-product {
    padding-top: 0px !important;
}

.custom-footer {
    background: #F4F5F5;
}

/* Home Page SlideShow */
.homepage .fullwidthbanner-container .tp-leftarrow {
    margin: 0 0 0 30px;
    border-radius: 50px;
    background-color: #000;
}

.homepage .fullwidthbanner-container .tp-rightarrow {
    margin: 0 30px 0;
    border-radius: 50px;
    background-color: #000;
}

/* Icon CSS */
.fa-phone,
.fa-envelope {
    color: #F56837;
}

/* ---------------------  Product Page CSS  --------------------- */
.product-category .breadcrumb {
    background: url(/templates/legacy/image/data/theme/xdimage/Category.png) !important;
    background-size: cover !important;
    padding: 73px 0;
    background-position: center !important;
    border-radius: unset;
}

.product-category .box-heading {
    font-weight: bold;
    background: none;
}

.product-category .mfilter-heading .mfilter-head-icon {
    font-size: 14px;
}

.product-category .ui-slider-range {
    background-color: #E85D41;
    height: 3px !important;
}

.product-category .center-column {
    margin-bottom: 80px !important;
}

.product-category #mfilter-price-slider {
    background-color: #9D9D9D;
    height: 3px !important;
}

.product-category .mfilter-price-slider {
    padding: 0 0 10px 4px;
}

.product-category #mfilter-price-slider .ui-slider-handle {
    height: 15px;
    width: 15px;
    background: #E85D41 !important;
    border: 1px solid #E85D41 !important;
    margin-top: 1px;
}

.mfilter-tb-as-tr .mfilter-col-input {
    border: 1px solid #b5b2ad !important;
}

.mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input:before {
    border: 1px solid #b5b2ad !important;
    background-color: #ffffff;
    color: #e85d41;
}

.mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input {
    border: none !important;
    background-color: unset !important;
}

.product-category .breadcrumb .container h2 {
    color: #FFFFFF;
    margin: 0px;
}

.breadcrumb .container ul,
.product-category .home-subscribebox,
.product-product .home-subscribebox,
.product-product .product-info .price br,
.product-category .product-color-options,
.product-product .product-color-options {
    display: none;
}

.product-category #column_left {
    margin-bottom: 50px;
}

.breadcrumb .container>div {
    padding: 0px;
}

.box-category {
    border: none;
}

.box-category ul li a {
    font-size: 15px;
    font-weight: 500;
}

.box-category ul li a.active {
    color: #F56837;
    background: #F7F7F7;
    display: block;
    padding: 5px 10px 5px 10px;
}

.box-category ul li a:hover {
    color: #F56837;
}

.box-category .box-content>ul {
    padding: unset !important;
}

.box-category .box-heading {
    padding: 15px 0px 20px 0px;
}

.product-category #column_left .box {
    margin-top: 30px !important;
}

.product-category .box .box-heading {
    font-size: 18px;
}

.product-category .product-grid .product .price .price-new {
    color: #F56837;
    font-weight: bold;
    font-size: 15px;
}

.product-category .product-grid .product .image .product-actions a {
    color: #F56837;
    border: 1px solid #F56837;
}

.product-category .product-grid .product .name a {
    font-size: 15px;
    font-weight: 600;
}

.product-category .product-grid .product .name a:hover {
    color: #F56837;
}

.product-category .product-grid .product .price {
    font-size: 13px;
    font-weight: 500;
}

.product-category .product-list .product-actions .add-to-cart a,
.product-category .product-list .product-actions div a,
.product-category .product-list .price .price-new {
    color: #F56837;
}

.product-category .product-list .product-actions .add-to-cart a:hover,
.product-category .product-list .product-actions div a:hover {
    color: #ffffff;
    background: #F56837;
    border: 1px solid #F56837;
}

.product-category .product-list .price {
    font-size: 14px;
    font-weight: unset;
}

.mfilter-button-reset {
    font-weight: 500;
    font-size: 12px;
    margin-left: revert !important;
    text-transform: capitalize;
    padding: 5px 15px !important;
}

.mfilter-button:hover,
.mfilter-button:hover>.mfilter-button-reset {
    background: #F56837;
    color: #ffffff;
    border: 1px solid #F56837;
    border-left: 1px solid #F56837 !important;
    border-top: 1px solid #F56837 !important;
}

.mfilter-button-reset a:hover,
.mfilter-button-reset a:focus {
    text-decoration: none;
    color: black;
}

.mfilter-button-bottom {
    top: 9px !important;
    border: 1px solid #424242;
    border-left: 1px solid #424242 !important;
    border-top: 1px solid #424242 !important;
    padding: unset !important;
}

.fa-times {
    display: none !important;
}

.mfilter-box .box-heading {
    margin: 0 0 10px;
}

.mfilter-search #mfilter-opts-search {
    width: 100% !important;
}

.mfilter-content input[type=text] {
    background: none;
    font-size: 15px;
}

.mfilter-content-wrapper {
    border-top: none !important;
}

.mfilter-heading {
    background: #F7F7F7;
    margin-bottom: 5px;
}

.mfilter-stock_status,
.mfilter-rating {
    display: none;
}

.mfilter-heading.mfilter-collapsed .mfilter-head-icon:before {
    content: "\f067";
}

.mfilter-heading .mfilter-head-icon:before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.mfilter-options label {
    font-weight: unset;
    font-size: 15px;
}

.mfilter-heading-text>span {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.mfilter-heading-content {
    padding: 7px 15px !important;
}

.mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input {
    border-color: #F56837 !important;
    background-color: #F56837 !important;
}

.product-filter .options .button-group button:hover {
    color: #000;
}

.product-filter .options .button-group .active {
    color: #000;
}

.mfilter-counter,
.product-category .limit,
.product-category .product-compare {
    display: none;
}

.mfilter-tb-as-tr {
    border-top: unset !important;
}

.product-category .list-options select {
    background: #ffffff;
}

.htabs {
    text-align: center;
    margin-top: 20px;
    background: none;
}

.htabs a:focus {
    text-decoration: none !important;
}

.htabs a {
    font-family: 'Archivo', sans-serif !important;
    padding: 0;
    display: inline-block;
    float: none;
    font-size: 16px !important;
    padding-bottom: 10px;
    font-weight: 600 !important;
    margin: 10px 20px 0 !important;
}

.htabs a:hover {
    color: #F56837;
}

.htabs a.selected {
    color: #F56837;
    border-bottom: 2px solid #F56837;
}

.product-product .main-content .row .col-sm-9 {
    width: 100%;
}

.product-product .main-content .row .col-sm-3,
.product-product .breadcrumb #title-page,
.product-category div.pagination .results {
    display: none;
}

.product-product .breadcrumb ul {
    display: list-item;
    float: left;
    margin-top: 26px;
}

.product-product .breadcrumb .container ul {
    color: #b5b2ad;
    ;
}

.product-product .breadcrumb .container ul li a {
    color: #898989;
}

.product-product .breadcrumb .container ul li:last-child a {
    color: #212121;
}

.product-product .row .center-column {
    padding-top: 22px;
}

.sectionmiddle {
    background: #FAFAFA;
}

.product-product .box .box-heading {
    background: none;
}

.product-product .filter-product {
    margin-bottom: 80px;
}

.product-category div.pagination {
    width: 100%;
    background: none;
    display: flex;
    justify-content: center;
}

.product-category div.pagination .links .active span {
    background: #F56837;
    border: 1px solid #F56837;
    color: #ffffff;
    cursor: pointer;
}

.product-category .rating i.active{
    color: #FFD31A !important;
}

/* Product Details */
.product-product .inner-page .pattern>div>.row:first-child>div {
    margin-top: 26px;
}

.product-product .product-info .product-center {
    margin-top: unset !important;
}

.product-product .product-center .price-new {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.product-product .product-center .product-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0 -5px !important;
    text-transform: capitalize;
}

.product-product .product-info .price {
    padding: unset;
}

.product-product .product-info .thumbnails li p {
    padding: 0 0 5px 22px;
}

.product-product .product-info .thumbnails li p.active img {
    border-radius: 6px;
    border: solid 1px #e27046;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.product-product .product-info .thumbnails li p img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.product-product .options h2 {
    display: none;
}

.product-product .product-info .review1 {
    padding: 5px 0 12px;
}

.product-product .product-info .review,
.product-product .product-info .description:first-child {
    display: none;
}

.instock {
    color: #4ca200 !important;
}

.product-product .product-info .cart {
    background: none;
    padding: 10px 0 15px;
    color: #58595a;
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
}

.product-product .product-info .cart .links {
    padding: 34px 0 0;
}

.product-product .product-info .description,
.product-product .product-info .options,
.product-product .product-info .price {
    background: none;
    padding: 5px 0;
    color: #58595a;
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
}

.product-product .reward small,
.product-product .discount {
    display: none;
}

.product-product .review1 .rating a {
    text-transform: capitalize;
    text-decoration: underline;
    font-size: 14px;
    color: #58595a;
    cursor: pointer;
}

.product-info .cart .add-to-cart .quantity {
    width: 35%;
}

.product-info .cart .add-to-cart .quantity input {
    color: #292929;
    text-align: center;
    padding: 10px 50px;
    min-width: 80px;
    height: 50px;
    margin: 0;
    border: 1px solid #dbdbdb;
    width: 100%;
    font-size: 14px !important;
    background-color: #fff;
    border-radius: 4px;
}

.product-info .cart .add-to-cart .quantity #q_down {
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    left: 0;
    border-right: solid 1px #d9d9d9;
}

.product-info .cart .add-to-cart .quantity #q_up {
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    right: 0;
    border-left: solid 1px #d9d9d9;
}

.product-info #button-cart {
    font-size: 15px;
    height: 50px;
    width: 60%;
    float: right;
    text-transform: uppercase !important;
    border-radius: 4px;
    background-color: #F56837 !important;
    color: #ffffff !important;
}

.product-info #button-cart:hover {
    background-color: transparent !important;
    color: #F56837 !important;
    border: 1px solid #F56837;
}

.product-info .cart .links a {
    padding-right: 57px;
    font-size: 14px;
}

.product-info .share {
    display: inline-flex;
    padding: 20px 0;
}

.product-info .share p {
    margin: 4px 10px 0 0;
}

.at-resp-share-element .at-icon {
    fill: #848484 !important;
    background-color: #F0F0F0 !important;
}

.at-resp-share-element .at-share-btn {
    background-color: #F0F0F0 !important;
}

.product-info .cart .add-to-cart p {
    display: none;
}

.product-product #option-value-208 {
    accent-color: black;
    width: 32px;
    height: 32px;
}

.product-product #option-value-209 {
    accent-color: #F56837;
    width: 32px;
    height: 32px;
}

.product-product .required,
.product-product #product .options:first-child>br,
.product-product #tab-description h2,
.product-product .at4-share-count-container {
    display: none;
}

.product-product .option span {
    position: absolute;
    top: 196px;
    left: 60px;
}

.product-product .tab-content:not(#tab-review) {
    margin-right: 16.66666%;
}

.product-product #tab-description p,
.product-product #tab-description span {
    font-family: 'Archivo', sans-serif !important;
    color: #424345 !important;
    font-size: 16px !important;
}

.product-product #tab_2 ul li {
    margin-bottom: 10px !important;
    font-size: 16px;
    color: #424345 !important;
}

.product-product #tab-review {
    font-size: 16px;
}

.product-product #tab-review #review {
    margin-top: 30px;
}

.product-product .box.filter-product .slider-center-arrow .prev {
    background: transparent;
}

.box.filter-product .slider-center-arrow .prev span:before {
    color: #ccc;
    font-size: 30px;
    -webkit-text-stroke: 2px #fff;
}

.box.filter-product .slider-center-arrow .prev span:hover:before {
    color: #212121;
}

.product-product .box.filter-product .slider-center-arrow .next {
    background: transparent;
}

.box.filter-product .slider-center-arrow .next span:hover:before {
    color: #212121;
}

.box.filter-product .slider-center-arrow .next span:before {
    color: #ccc;
    font-size: 30px;
    -webkit-text-stroke: 2px #fff;
}

.product-product .col-sm-12:last-child>.box h2 {
    margin-top: 54px !important;
}

.product-product .product-grid .product .image .product-actions a {
    color: #F56837;
    border: 1px solid #F56837;
}

.product-product .product-grid .product .name a {
    font-size: 15px;
    font-weight: 600;
}

.product-product .product-grid .product .name a:hover {
    color: #F56837;
}

.product-product .product-grid .product .price {
    font-size: 13px;
    font-weight: 500;
}

.product-product .product-grid .product .price .price-new {
    color: #F56837;
    font-weight: bold;
    font-size: 15px;
}

/* ---------------------  Product Page Review CSS  --------------------- */
.product-product .rating-review-detail .rating a {
    text-transform: capitalize;
    font-size: 16px;
    color: #58595a;
    cursor: pointer;
}

.star-review-rating:not(:checked)>label {
    width: 20px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 0px;
    color: transparent;
    margin-right: 8px;
    transition: .3s;
    -webkit-text-stroke: 2px #D5D5D5;
}

.star-review-rating:not(:checked)>input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.star-review-rating:not(:checked)>label:before {
    content: "\f005";
    font-weight: 900 !important;
    font-family: "font awesome 5 free";
    font-size: 16px;
}

.star-review-rating:not(:checked)>label.active:before {
    content: "\f005";
    font-weight: 900 !important;
    font-family: "font awesome 5 free";
    color: #FFD31A;
    -webkit-text-stroke: 2px #FFD31A;
}

.product-product .rating i.active {
    color: #FFD31A !important;
}

/* reviews tab content  */
#tab-review .rating-review-detail {
    margin-top: 50px;
    border-bottom: 1px solid #dbdbdb;
}

#tab-review .rating-review-detail .rating-review {
    display: inline-flex;
}

.write-review-btn .btn {
    background: transparent !important;
    border: 1px solid #F56837;
    color: #F56837 !important;
    border-radius: 4px;
    font-size: 15px;
    padding: 13px 30px;
}

.write-review-btn .btn:hover {
    color: #fff !important;
    background: #F56837 !important;
    transition: 0.3s all ease;
}

.write-review-btn .btn:focus {
    outline: unset;
}

#collapsereview {
    margin-top: 30px;
}

#collapsereview #review-title {
    display: none;
}

.review_form label {
    margin-top: 10px !important;
}

#collapsereview input[type=text] {
    background: #fff !important;
    border: solid 1px #dbdbdb !important;
}

.entry_review textarea {
    width: 83.33% !important;
    border: solid 1px #dbdbdb !important;
    height: 150px !important;
    margin-bottom: 20px;
    background: #fff !important;
}

#collapsereview .recaptcha {
    float: right !important;
    margin-bottom: 15px;
    padding-left: 0 !important;
}

#collapsereview .buttons {
    float: right !important;
    padding-left: 0 !important;
}

a#button-review {
    border-color: #F56837 !important;
    background-color: #F56837 !important;
    color: #fff !important;
    padding: 13px 48px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-left: unset;
    font-size: 15px;
}

a#button-review:hover {
    border-color: #F56837 !important;
    background-color: #fff !important;
    color: #F56837 !important;
}

.rating-review-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
}

#tab-review .review_form>label {
    padding: 0;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
}

#tab-review .star-review-rating {
    padding: 0;
    font-size: 16px;
}

#tab-review .review_form,
#tab-review .recaptcha,
#tab-review .buttons {
    padding: 10px 0;
    display: flex;
}

#tab-review .entry_review.review_form {
    align-items: flex-start;
}

.rating i {
    font-size: 15px;
    color: #d5d5d5;
}

/* ---------------------  Shopping Bag   --------------------- */
.modal-footer .btn-default {
    color: #F56837 !important;
}

.modal-footer .btn-default:hover {
    color: #F56837 !important;
    background: #ffffff;
    border: 1px solid #F56837;
}

.modal-footer a {
    color: #ffffff;
    background: #F56837;
    border: 1px solid #F56837;
}

.modal-footer a:hover {
    color: #F56837 !important;
    background: #ffffff;
    border: 1px solid #F56837;
}

.drawer__wrapper #cart_block .checkout a {
    background: #F56837 !important;
    color: #ffffff !important;
    border-radius: 5px !important
}

.drawer__wrapper #cart_block .checkout a:hover {
    color: #F56837 !important;
    background: #ffffff !important;
    border: 1px solid #F56837;
}

/* ---------------------  Blog Page CSS  --------------------- */
.blog-category-home .breadcrumb .container h2 {
    color: #FFFFFF;
    margin: 0px;
}

.blog-category-home .breadcrumb {
    background: url(/templates/legacy/image/data/theme/xdimage/Category.png) !important;
    background-size: cover !important;
    padding: 73px 0;
    background-position: center !important;
}

.blog-category-home .center-column {
    padding-top: 64px;
    margin-bottom: 10px !important;
}

#blogCatArticles .article h3,
#blogCatArticles .article h3 a {
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    color: #212121;
    font-weight: 600 !important;
    margin: 0;
    padding: 3px 0 0;
    text-transform: none !important;
}

#blogCatArticles .article h3 a:hover {
    color: #F56837;
}

.articleContent .container {
    width: 100%;
}

.blog-category-home .articleContent {
    height: 100%;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.blog-category-home .blogCol3 .articleCat {
    width: 33.3% !important;
}

.blog-category-home .blogCol3 .articleCat {
    padding: 0.5% 1.5% !important;
}

.blogImg {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.blogImg .imageFeaturedLink {
    height: 180px !important;
}

.blogContent {
    padding-top: 15px;
}

#blogCatArticles .imageFeatured {
    max-height: none !important;
    width: 100% !important;
}

.blog-category-home .mostRecent,
.blog-category-home .pagination,
.comment,
.blog-category-home .home-subscribebox,
.articleHeader,
.blog-filter,
.livemarks {
    display: none;
}

.blockClear p {
    margin: 10px 0px;
    font-size: 16px;
}

.articleCat {
    height: 430px !important;
    margin-bottom: 40px !important;
}

.article-date {
    font-size: 0px;
}

.article-date span {
    color: #58595A;
    font-size: 12px;
}

.more a {
    color: #A74F90;
    font-size: 13px;
    text-transform: uppercase;
}

.more a:hover {
    color: #F56837;
}

.blog-article .breadcrumb .container h2 {
    margin-top: 48px;
    font-family: Archivo;
    padding: 0 23%;
    font-size: 38px;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: center;
    color: #212121;
    text-transform: unset;
}

.blog-article #articleComments,
.blog-article .home-subscribebox,
.blog-article .articleBottom {
    display: none !important;
}

.blog-article .ludoBlog {
    margin-top: -48px;
    margin-bottom: -15px;
    border: none;
    color: #424345;
    background-color: unset;
    font-family: Archivo;
    font-size: 18px;
    text-align: justify;
}

#blogArticle p {
    line-height: 1.78 !important;
    letter-spacing: unset !important;
}

.blog-article .p1 {
    margin-top: 48px;
}

.blog-article .center-column {
    padding-top: unset;
}

.blog-article .blog-date {
    text-align: center;
    font-size: 0px;
    margin-top: 31px;
}

.blog-article .blog-date span {
    font-size: 14px;
}

.bottom-article {
    padding: 0 9% 5%;
}

.bottom-article .col-sm-6 {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 0;
    height: 65px;
}

.bottom-article>div:first-child a {
    color: #F56837;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.75px;
    text-transform: uppercase !important;
}

.bottom-article>div:first-child a:hover {
    color: #A74F90;
}

.bottom-article .addthis_inline_share_toolbox {
    display: flex;
    color: #212121;
    align-items: center;
    justify-content: flex-end;
    margin-top: -5px;
}

.bottom-article .addthis-animated {
    padding-left: 10px;
}

.row:nth-child(1) .mostRecent {
    display: none;
}

.mostRecent {
    background: #F4F5F5;
    padding-bottom: 70px;
}

.mostRecent .image img {
    width: 100%;
    height: 130%;
}

.mostRecent .box-heading {
    display: block;
    padding: 50px 8px 0px 8px !important;
    text-align: center;
    background: none;
}

.mostRecent span {
    font-size: 26px !important;
}

.mostRecent p {
    padding-top: 15px;
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
}

.mostRecent .box-content {
    border-top: none !important;
    padding: 0px 8px !important;
}

.mostRecent .recentArticles {
    padding: 0px 10px 0px 10px;
    display: flex;
    justify-content: center;
}

.mostRecent .recentArticles li {
    width: 334px;
    height: 100%;
    float: left;
    margin: 19px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.mostRecent .recentArticles li .info-date {
    padding: 200px 15px 0px 15px;
    font-size: 12px;
    color: #787980;
}

.mostRecent .recentArticles li .info {
    display: none;
}

.mostRecent .recentArticles li p {
    padding: 10px 15px 0px 15px;
}

.mostRecent .recentArticles li .title {
    padding: 10px 15px 0px 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
}

.mostRecent .recentArticles li .title:hover {
    text-decoration: none;
    color: #F56837;
}

.mostRecent .recentArticles .readMoreBlog {
    font-size: 13px;
}

.mostRecent .recentArticles .readMoreBlog:hover {
    color: #A74F90;
}

.mostRecent .recentArticles .more {
    padding: 25px 15px 25px 15px;
}

/* ------------------- FAQ ---------------------- */

.info-7 .breadcrumb {
    padding: 80px 0;
}

.info-7 #title-page {
    color: #212121;
    font-family: 'Archivo', sans-serif;
}

.info-7 .row .box-information,
.info-7 .home-subscribebox {
    display: none;
}

.center-column .panel-heading h3 {
    padding: 0 !important;
    font-size: 16px !important;
    color: #212121;
    font-weight: 500 !important;
    margin-bottom: 0;
    text-transform: unset !important;
    font-family: 'Archivo', sans-serif !important;
}

.info-7 .center-column {
    margin-bottom: 61px;
    padding-top: 0px;
}

.info-7 .panel-heading {
    padding: 15px 30px !important;
    background: none !important;
    border: solid 1px #DBDBDB;
    border-bottom: none;
    border-radius: 0;
}

.info-7 h3 a {
    width: 100%;
    display: block;
}

.info-7 h3 .accordion-toggle.collapsed {
    color: #212121;
}

.info-7 h3 .accordion-toggle {
    color: #F56837;
    text-decoration: none !important;
}

.panel-heading .accordion-toggle.collapsed:after {
    color: #9d9d9d;
    transform: rotate(0deg);
}

.panel-heading .accordion-toggle.open {
    color: #F56837;
}

.panel-heading .accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f067";
    float: right;
    color: #F56837;
    -webkit-text-stroke: 0.1px white;
    transform: rotate(315deg);
    transition-duration: 0.3s;
}

.panel:last-child .panel-heading {
    background: none !important;
    border: solid 1px #DBDBDB !important;
    border-bottom: none !important;
}

.panel-heading #faq-toggle {
    margin: 0;
    padding: 25px 0;
}

.info-7 .panel {
    padding: 0;
}

.info-7 .panel:last-child {
    border-bottom: 1px solid #DBDBDB;
    border-radius: 0;
}

.info-7 div.panel-body {
    border-top: none !important;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 16px !important;
    color: #424345;
}

/* ------------------- About Us ---------------------- */

.info-4 .breadcrumb .container h2 {
    color: #FFFFFF;
    margin: 0px;
}

.info-4 .breadcrumb {
    background: url(/templates/legacy/image/data/theme/xdimage/Category.png) !important;
    background-size: cover !important;
    padding: 73px 0;
    background-position: center !important;
}

.info-4 .center-column {
    padding-top: 84px !important;
}

.info-4 .row .box-information,
.info-4 .home-subscribebox {
    display: none;
}

.info-4 .standard-body .fixed .container {
    padding-left: 50px;
}

.col-md-6.col-sm-12.who-are-we {
    padding-left: 40px;
}

.col-md-6.col-sm-12.who-are-we h3 {
    font-size: 30px !important;
    font-weight: bold;
    color: #212121;
    padding-top: 5px;
    padding-bottom: 20px;
    font-family: 'Archivo', sans-serif;
    text-transform: capitalize;
}

p.about_parag {
    font-size: 18px;
    line-height: 1.5;
    color: #58595a;
}

.who-are-we p.about_parag {
    padding-bottom: 20px;
    line-height: 1.78;
}

.about-section2 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 108px;
}

.about-section2 h3 {
    font-family: 'Archivo', sans-serif;
    font-weight: bold !important;
    line-height: 1.56;
    text-align: center;
    color: #212121 !important;
    font-size: 18px !important;
    margin-bottom: 0;
    padding-top: 15px;
    text-transform: capitalize;
}

.about-section2 p {
    font-size: 16px !important;
    line-height: 1.5;
    text-align: center;
    color: #58595a;
}

.info-4 .col-sm-9 {
    width: 100%;
}

.who-are-we {
    text-align: justify;
}

/* Contact Us CSS */
.info-24 .breadcrumb .container h2 {
    color: #FFFFFF;
    margin: 0px;
}

.info-24 .breadcrumb {
    background: url(/templates/legacy/image/data/theme/xdimage/Category.png) !important;
    background-size: cover !important;
    padding: 73px 0;
    background-position: center !important;
}

.info-24 .home-subscribebox,
.info-24 .col-sm-8,
.info-24 .form-field h4 span {
    display: none;
}

.info-24 #column_left {
    width: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.info-24 .main-content .row {
    float: right;
}

.info-24 .main-content .row .col-sm-9 {
    width: 50%;
    height: 496px;
    margin-top: 50px;
}

.info-24 .main-content .row .col-sm-12 {
    width: 445px;
    padding: 103px 70px 80px 70px;
    background: #FAFAFA;
}

.info-24 .html6 {
    height: 30px;
    font-weight: 600;
    color: #212121;
    font-size: 24px !important;
    font-family: 'Archivo', sans-serif;
}

.info-24 .html7 {
    font-size: 16px;
    line-height: 1.5;
    color: #58595a;
    padding-right: 50px;
}

.info-24 .form-field h4 {
    font-size: 14px;
    font-weight: 500;
}

.form-builder input,
.info-24 textarea {
    background: transparent;
    border: transparent;
    border-bottom: 1px solid #757575;
    border-radius: 0;
    padding: 0;
}

.form-builder input:focus {
    box-shadow: none;
    border-bottom: 2px solid #E85D41;
}

textarea.form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #E85D41;
}

.form-builder textarea {
    height: 85px !important;
    background: transparent;
    border: none;
    border-bottom: 1px solid #757575;
    border-radius: 0;
    box-shadow: none;
    padding: 6px 0 !important;
}

.form-field.captcha5 {
    margin-top: 30px;
}

.info-24 #column_left .box {
    margin-top: 0px !important;
}

.field-block .button {
    width: 300px;
    height: 52px;
    padding: 17px;
    background: #F56837;
    color: #ffffff !important;
    border-radius: 5px;
    margin-left: 0px !important;
    font-size: 15px;
}

.field-block .button:hover {
    background-color: transparent !important;
    color: #F56837 !important;
    border: 1px solid #F56837;
}

.info-24 .html7 p {
    font-size: 16px;
}

.info-24 .main-content .row:nth-child(2) {
    display: none;
}

.info_details {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.info-24 .info_details h3,
.info_details p {
    font-size: 14px !important;
}

.info_details h3 {
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.info_details>div {
    padding-left: 16px;
}

.info_details>div p {
    padding-top: 10px;
    padding-bottom: 25px;
}

.info_details img {
    width: 16px;
}

/* DELIVERY INFO, RETURN POLICY, TERM CONDITION, PRIVACY POLICY PAGE*/
.info-6 .col-sm-12.center-column,
.info-8 .col-sm-12.center-column,
.info-5 .col-sm-12.center-column,
.info-3 .col-sm-12.center-column {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
}

.info-6 .breadcrumb .container h2,
.info-8 .breadcrumb .container h2,
.info-5 .breadcrumb .container h2,
.info-3 .breadcrumb .container h2 {
    font-family: 'Archivo', sans-serif;
    color: #212121;
    font-size: 32px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.box-information {
    text-align: center;
    padding: 5px 0;
    margin-top: 35px;
}

.box-information .box-heading {
    display: none;
}

.box-information ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: center;
    margin: 0;
}

.box-information li:nth-child(1),
.box-information li:nth-child(6),
.box-information li:nth-child(7),
.box-information li:nth-child(8),
.box-information li:nth-child(9),
.box-information li:nth-child(10) {
    display: none;
}

.box-information li {
    font-family: 'Archivo', sans-serif;
    padding: 0 30px;
    color: #58595a !important;
    font-weight: 600;
    font-size: 14px;
}

.box-information li a {
    color: #58595a;
}

.box-information .box-content li a:hover {
    color: #E85D41 !important;
}

.information-information h3.term_title {
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #58595A !important;
    padding-bottom: 20px;
}

.box-information .box-content li .active {
    color: #E85D41;
    border-bottom: 2px solid #E85D41;
    padding-bottom: 7px;
    font-weight: bold !important;
}

.info-6.information-information .breadcrumb .clearfix,
.info-8.information-information .breadcrumb .clearfix,
.info-5.information-information .breadcrumb .clearfix,
.info-3.information-information .breadcrumb .clearfix {
    padding: 35px 0 30px !important;
}

.info-6 .home-subscribebox,
.info-8 .home-subscribebox,
.info-5 .home-subscribebox,
.info-3 .home-subscribebox {
    display: none;
}

/* Track Your Order CSS */
.information-pgw .button {
    background: #F56837 !important;
    color: #ffffff !important;
    border: 1px solid #F56837;
    border-radius: 5px;
    margin-left: 0px !important;
}

.information-pgw .button:hover {
    background: transparent !important;
    color: #F56837 !important;
    border: 1px solid #F56837;
}

.information-pgw .home-subscribebox {
    display: none;
}

.information-pgw .main-content .content {
    padding: 0 0 50px;
}

.information-pgw form input {
    height: revert !important;
}

/* Returns */
.account-return-insert #button-upload {
    border: 1px solid #F56837 !important;
    color: #F56837 !important;
}

.account-return-insert #button-upload:hover {
    border: 1px solid #F56837;
    color: #ffffff !important;
    background: #F56837;
}

.account-return-insert .left .button {
    border: 1px solid #F56837 !important;
    color: #F56837 !important;
    margin-left: 0px !important;
    border-radius: 5px !important;
}

.account-return-insert .left .button:hover {
    border: 1px solid #F56837;
    color: #ffffff !important;
    background: #F56837;
}

.account-return-insert .right .button {
    border: 1px solid #F56837 !important;
    color: #ffffff !important;
    background: #F56837;
    margin-left: 10px !important;
    border-radius: 5px !important;
}

.account-return-insert .right .button:hover {
    border: 1px solid #F56837 !important;
    color: #F56837 !important;
    background: transparent !important;
}

.account-return-insert .home-subscribebox {
    display: none;
}

.account-return-insert .buttons {
    margin-bottom: 80px !important;
}

/* ----- Responsive ----- */

@media(max-width:768px) {

    /* Full Width Content */
    .full-width-content {
        width: calc(100vw - 0px);
    }

    /* Breadcrumb */
    .breadcrumb:not(.product-product .breadcrumb, .blog-article .breadcrumb, .info-3 .breadcrumb, .info-5 .breadcrumb, .info-6 .breadcrumb, .info-8 .breadcrumb) {
        padding: 50px 0 !important;
    }

    .breadcrumb .container h2 {
        font-size: 27px !important;
    }

    /* Sub Menu */
    .megamenu .with-sub-menu>a strong:after{
        display: none;
    }

    /* Product */
    .product-product .product-center .product-title {
        font-size: 22px !important;
    }

    .product-product .product-center .price-new {
        font-size: 16px !important;
    }

    .product-product .option span {
        position: absolute;
        top: 177px;
        left: 60px;
    }

    .product-info .description,
    .product-info .options,
    .product-info .cart {
        padding: unset !important;
    }

    .product-info .cart .links a {
        padding-right: 40px;
    }

    .htabs a {
        font-size: 13px !important;
    }

    .product-product #tab-description p,
    .product-product #tab-description span {
        font-size: revert !important;
    }

    .responsive .center-column #tab-description {
        padding: 20px 20px 10px;
    }

    .responsive .center-column #tab_2 {
        padding: 0 10px;
    }

    .product-product #tab_2 ul li,
    .product-product .rating-review-detail .rating a,
    .product-product #tab-review .review_form>label {
        font-size: revert !important;
    }

    .product-product .tab-content:not(#tab-review) {
        margin-right: 0px;
    }

    .responsive .center-column #tab-review {
        padding: 0 20px;
        font-size: revert !important;
    }

    .product-product .write-review-btn .btn {
        font-size: 12px;
        padding: 10px 20px;
    }

    .product-product #tab-review .review_form {
        flex-direction: column;
        padding: 0;
        align-items: flex-start;
    }

    .product-product a#button-review {
        font-size: 14px !important;
        padding: 12px 35px;
    }

    .product-product #collapsereview input[type=text] {
        width: 100%;
    }

    .product-product .entry_review textarea {
        width: 100% !important;
    }

    ul.megamenu>li>.sub-menu {
        left: 0% !important;
    }

    .product-product .product-info .quantity {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .product-product .product-info #button-cart {
        margin-left: unset;
        width: 100% !important;
        font-size: 14px !important;
    }

    .product-product .col-sm-12:last-child>.box h2 {
        font-size: 22px;
    }

    .product-product span.error {
        padding-bottom: 10px;
    }

    .product-product .product-grid .product .name a{
        font-size: 13px;
    }

    /* Product You May Also Like */
    .product-product .box.filter-product .slider-center-arrow .prev,
    .product-product .box.filter-product .slider-center-arrow .next{
        display: none;
    }

    .box.filter-product .slider-center-arrow .product-grid{
        padding: unset;
    }

    .product-product .product-grid .product .price .price-new{
        font-size: 14px;
    }

    /* Product Category */
    .product-category .mfilter-heading-text>span{
        font-size: 14px;
    }

    .product-category .visible-xs.mfilter-collapse {
        position: absolute;
        right: 5px;
    }

    .product-category #column_left .mfilter-button-bottom {
        position: static;
        padding: 0;
    }

    .product-category #column_left .mfilter-button-bottom {
        margin-right: 25px;
    }

    .product-category .mfilter-button:hover,
    .product-category .mfilter-button:hover>.mfilter-button-reset {
        background: none;
        border: 1px solid #212121;
        border-left: 1px solid #212121 !important;
        border-top: 1px solid #212121 !important;
    }

    .product-category .mfilter-button:hover>.mfilter-button-reset {
        color: #212121;
        border: none;
        border-left: none !important;
        border-top: none !important;
    }

    .product-category .mfilter-button-reset {
        float: unset;
        padding-right: 5px;
    }

    .product-category #column_left .box {
        border: 1px solid #DBDBDB;
    }

    .product-category .box .box-heading {
        margin-bottom: 0px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product-category #column_left .mfilter-box {
        margin-top: 20px !important;
    }

    .product-category .box-category .box-heading {
        padding-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product-category .box-category .box-content>ul {
        padding: 20px 28px !important;
    }

    .product-category .pull-right i:hover,
    .product-category .mfilter-button-bottom i:hover {
        color: #F56837;
    }

    .product-category #column_left {
        margin-bottom: 10px;
    }

    .product-category .row>div {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .product-category .product-filter {
        background: #F4F5F5;
        padding: 15px;
    }

    .product-category .product-grid .product {
        margin-top: 0px !important;
        margin-bottom: 30px !important;
    }

    .product-category .center-column {
        margin-bottom: 30px !important;
    }

    .product-category div.pagination .links {
        float: unset;
        display: flex;
        justify-content: center;
    }

    .product-category .rating i.active {
        color: #FFD31A;
    }

    .product-category .product-grid .product .name a {
        font-size: 13px;
    }

    .product-category .product-grid .product .price .price-new{
        font-size: 14px;
    }

    /* Home Page Slider */
    .slider-container-1 .slotholder>img{
        width: 100%!important;
        height: 100%!important;
        left: unset!important;
    }

    /* Sub Menu */
    .responsive ul.megamenu>li.hover:before,
    .responsive ul.megamenu>li.active .close-menu:before {
        color: #F56837 !important;
    }

    /* Header */
    #top .fa-search {
        font-size: 20px;
    }

    #top h1 a img {
        max-height: 33px !important;
    }

    .easydrawer #total_price {
        left: 54%;
        top: 26px;
        font-size: 12px;
        padding: 1px 7px;
    }

    /* Home Page */
    .homepage .bestseller-h2 {
        padding-top: 20px !important;
        padding-bottom: 10px !important;
    }

    .homepage .box h2 {
        font-size: 22px;
        padding-top: 20px !important;
    }

    .homepage .bestseller-h2 p {
        font-size: 14px !important;
    }

    .homepage .best-seller-product .product-grid .product .name a {
        font-size: 13px;
    }

    .homepage .best-seller-product .product-grid .product .price .price-new{
        font-size: 14px;
    }

    .homepage .photo-gallery {
        display: unset;
    }

    .homepage .containerPhotoGallery {
        padding-left: 20px;
    }

    .homepage .columnSmall {
        flex-direction: row;
        gap: 15px;
    }

    .homepage .columnBig {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .homepage .photo .imgBig {
        height: 230px;
    }

    .homepage .photo:hover {
        transform: translateY(0px);
    }

    .homepage .productslider1 .product-grid .single-item .product {
        margin-top: 40px !important;
    }

    .homepage .productslider1 .owl-item {
        padding-left: 5px;
        padding-right: 8px;
        margin-right: 25px !important;
        margin-left: 5px !important;
    }

    .homepage .productslider1 .owl-item:nth-child(4) .image img,
    .homepage .productslider1 .owl-item:nth-child(8) .image img {
        width: 75px !important;
        height: 45px !important;
    }

    .homepage .productslider1 .single-item .image img {
        height: 45px;
    }

    .homepage .productslider1 .right {
        padding-left: 15px !important;
    }

    .productslider1 .single-item .right .name a {
        font-size: 13px;
    }

    .homepage .product-grid .product {
        margin-top: 25px !important;
    }

    .homepage .product-grid:first-child>.row {
        display: flex;
    }

    .homepage .photo div a {
        font-size: 13px !important;
        padding-left: 3px !important;
    }

    .homepage .shopbybrandtop {
        padding-top: 30px !important;
    }

    .homepage .productslider2 {
        margin-bottom: 70px !important;
    }

    .homepage .productslider1,
    .homepage .blogModule,
    .homepage .latestnews {
        width: calc(100vw - 0px) !important;
    }

    .homepage .latestnews {
        padding: 0 8px;
        padding-bottom: 15px !important;
    }

    .homepage .latestnews h2 {
        margin-top: 35px !important;
    }

    .homepage .latestnews p {
        font-size: 14px !important;
    }

    .homepage .boxPlain .recentArticles {
        display: unset;
    }

    .boxPlain .recentArticles li {
        width: unset;
        margin-bottom: 40px;
    }

    .homepage .homeBlogBtn {
        padding-top: 5px !important;
        padding-bottom: 60px !important;
        font-size: 12px !important;
    }

    .homepage .homeBlogBtn p {
        margin: revert;
    }

    .homepage .boxPlain .recentArticles li {
        margin-top: -5px;
    }

    .homepage .boxPlain .recentArticles li {
        margin-top: -5px;
    }

    .homepage .boxPlain .recentArticles li {
        margin-top: -5px;
    }

    .homepage .boxPlain .recentArticles li .info-date {
        font-size: 12px !important;
        padding: 188px 15px 0px 15px;
    }

    .homepage .boxPlain .recentArticles li .title {
        font-size: 16px !important;
    }

    .homepage .boxPlain .recentArticles li p:nth-child(5) {
        font-size: 14px !important;
    }

    .boxPlain .recentArticles .more {
        padding: 20px 15px 20px 15px !important;
    }

    .homepage .boxPlain .recentArticles li .more a {
        font-size: 12px !important;
    }

    .homepage .blogBtn span{
        font-size: 13px;
    }

    /* Subscribe */
    .homepage .ne_subscribe .column {
        width: unset;
    }

    .homepage .ne_subscribe .column1 {
        width: 100%;
    }

    .homepage .productslider2 .single-item .image img {
        max-width: 100%;
        height: 50px;
        object-fit: contain;
    }

    .homepage .ne_subscribe span {
        display: flex;
        align-items: center;
    }

    .homepage .ne_subscribe span i {
        padding-left: 5px;
    }

    .homepage #subscribeBox input {
        padding: 0 15px;
        height: 40px;
    }

    .homepage #subscribeBox {
        padding: 35px 0;
    }

    .homepage .home-subscribebox .row1 {
        padding: 0 20px;
    }

    .homepage .home-subscribebox .row1 h4 {
        font-size: 15px !important;
        font-weight: bold;
    }

    /* Blog */
    .blog-category-home .center-column {
        padding-top: 30px !important;
    }

    .blog-category-home .row:nth-child(3){
        margin-bottom: 8px;
    }

    .blog-category-home #blogCatArticles {
        display: unset;
    }

    .blog-category-home .blogCol3 .articleCat {
        width: 100% !important;
        height: 400px !important;
    }

    .blog-category-home .blogContent {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #blogCatArticles.imageBlock .imageFeatured {
        width: 100%;
    }

    .blog-category-home .blogContent {
        padding-top: 12px !important;
    }

    .blog-category-home .article-date span {
        font-size: 12px !important;
    }

    .blog-category-home #blogCatArticles .article h3 {
        padding: 8px 0 0 !important;
    }

    .blog-category-home #blogCatArticles .article h3 a {
        font-size: 16px !important;
    }

    .blog-category-home #blogCatArticles p {
        font-size: 14px !important;
    }

    .blog-category-home #blogCatArticles .readMore {
        padding: 5px 10px 20px 0px;
    }

    .blog-category-home #blogCatArticles .more a {
        font-size: 12px !important;
    }

    .blog-category-home .articleContent {
        height: revert;
    }

    /* Blog Deatils */
    .blog-article .breadcrumb .container h2 {
        padding: 0;
        margin: 30px 0;
        font-size: 22px !important;
    }

    .blog-article .blog-date span {
        font-size: 13px !important;
    }

    .blog-article #blogArticle p {
        line-height: 1.6 !important;
        font-size: 15px !important;
    }

    .blog-article .mostRecent .recentArticles {
        display: revert;
        padding: 0;
    }

    .blog-article .blog-date {
        margin-top: 0px;
    }

    .blog-article .ludoBlog img{
        padding-top: 60px;
    }

    .blog-article .p1 {
        margin-top: 35px;
    }

    .blog-article #blogArticle p {
        letter-spacing: 0;
    }

    .blog-article .ludoBlog {
        padding: 0 0 10%;
    }

    .blog-article .bottom-article {
        padding: 0 0 10%;
    }

    .bottom-article>div:first-child a {
        font-size: 13px !important;
    }

    .blog-article .bottom-article .addthis_inline_share_toolbox {
        justify-content: flex-start;
    }

    .blog-article .bottom-article .col-sm-6:last-child {
        border-top: none;
    }

    .blog-article .mostRecent span {
        font-size: 22px !important;
    }

    .blog-article .mostRecent .recentArticles li .info-date {
        font-size: 12px !important;
        padding: 188px 15px 0px 15px;
    }

    .blog-article .mostRecent .recentArticles li .title {
        font-size: 16px !important;
    }

    .blog-article .mostRecent .recentArticles li p:nth-child(5) {
        font-size: 14px !important;
    }

    .blog-article .mostRecent .recentArticles .more {
        padding: 20px 15px 20px 15px !important;
    }

    .blog-article .mostRecent .recentArticles .readMoreBlog {
        font-size: 12px !important;
    }

    /* FAQ */
    .info-7 .breadcrumb {
        padding: 60px 0;
    }

    .info-7 .center-column .panel-heading h3 a {
        padding: 0 12px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .info-7 .center-column .panel-heading h3 a:after {
        margin-right: -5px;
    }

    .info-7 .panel-heading {
        padding: 15px 8px !important;
    }

    .info-7 div.panel-body {
        font-size: 14px !important;
    }

    /* About Us */
    .info-4 .center-column {
        padding-top: 30px !important;
    }

    .info-4 .col-md-6.col-sm-12.who-are-we {
        padding-top: 20px;
        padding-left: 10px;
    }

    .info-4 .col-md-6.col-sm-12.who-are-we h3 {
        font-size: 22px !important;
    }

    .info-4 .who-are-we p.about_parag {
        font-size: 15px !important;
        padding-bottom: 15px;
    }

    .info-4 .about-section2 {
        margin-top: 40px;
    }

    .info-4 .center-column {
        padding-top: 30px;
    }

    .info-4 .row:last-child .col-lg-4 {
        margin-bottom: 50px;
    }

    .info-4 .row:last-child .col-lg-4:last-child {
        margin-bottom: 0px;
    }

    .info-4 .about-section2 h3 {
        font-size: 16px !important;
        padding-top: 20px !important;
    }

    .info-4 .about-section2 p {
        font-size: 15px !important;
    }

    /* Contact Us */
    .info-24 .html6 {
        font-size: 22px !important;
    }

    .info-24 .html7 p {
        font-size: 14px !important;
    }

    .info-24 .form-field h4 {
        font-size: 14px !important;
    }

    .info-24 .col-sm-3 .box {
        display: revert;
    }

    .info-24 .main-content .row {
        float: unset;
    }

    .info-24 #column_left {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        width: 100%;
    }

    .info-24 .main-content .row .col-sm-12 {
        width: 100% !important;
        padding: 35px 25px 0px 25px;
    }

    .info-24 .main-content .row .col-sm-9 {
        width: 100%;
        height: 440px;
    }

    .info-24 .form-builder textarea,
    .info-24 .form-builder input[type="text"] {
        width: 100% !important;
    }

    .info-24 .field-block .button {
        width: 180px;
        height: 50px;
        font-size: 13px;
    }

    .info-24 .info_details h3,
    .info_details p {
        font-size: 13px !important;
    }

    /* Delivery Information */
    .box-information {
        margin-top: 0px;
    }

    .box-information ul {
        flex-wrap: wrap;
    }

    .box-information li {
        padding: 10px 15px;
    }

    .main-content .box-information ul>li {
        width: 50%;
    }

    .box-information .box-content li .active {
        padding-bottom: 0px !important;
    }

    .info-6 .col-sm-12.center-column,
    .info-8 .col-sm-12.center-column,
    .info-5 .col-sm-12.center-column,
    .info-3 .col-sm-12.center-column {
        padding-left: 20px;
        padding-right: 20px;
        text-align: justify;
    }

    .info-3 .box-information .box-heading,
    .info-5 .box-information .box-heading,
    .info-6 .box-information .box-heading,
    .info-8 .box-information .box-heading {
        display: none;
    }

    .info-6 .breadcrumb .container h2,
    .info-8 .breadcrumb .container h2,
    .info-5 .breadcrumb .container h2,
    .info-3 .breadcrumb .container h2 {
        font-size: 28px !important;
    }

    /* Drawer Wrapper Information*/
    .drawer__wrapper .box-information ul {
        flex-direction: column;
        text-align: left;
    }

    .drawer__wrapper .box-information li:nth-child(1) {
        display: revert;
    }

    /* Footer */
    .footer .footer-logo {
        padding-top: 30px !important;
    }

    .footer h4 {
        font-size: 14px !important;
        margin: 26px 0 10px;
    }

    .footer-panel ul li {
        font-size: 13px !important;
    }

    .footer-panel .contactul {
        display: unset;
    }

    .footer-panel h4:after {
        color: #ffffff;
    }

    .footer .row {
        display: grid;
    }

    .footer-panel:nth-child(1) {
        margin-bottom: 5px;
    }

    .footer-panel:nth-child(2) h4:after {
        display: none;
    }

    .homepage .footer .addthis_toolbox {
        margin-bottom: 10px;
    }

    .footer-panel>ul.collapse.in {
        margin: 0 0 20px;
    }

    .footer-panel:nth-child(2) {
        padding-bottom: 20px;
    }

    /* Copyright */
    .copyright p {
        font-size: 12px !important;
    }
}