body {
font-family: Inter;
background: #fff;
color: #767c83;
}
body.gray-bg {
background: #f9f9f9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #191718;
font-family: Libre Baskerville;
font-weight: bold;
}
p {
font-family: Inter;
}
#close-btn:focus,
[type=button]:focus,
[type=reset]:focus,
[type=submit]:focus,
button:focus,
a:focus,
button:focus {
outline: none !important;
outline-offset: 3px;
}
ul {
margin: 0;
}
a {
text-decoration: none;
}
iframe,
img {
max-width: 100%;
height: auto;
border: none;
display: block;
}
.blog-post ul:not(.meta-info) li a,
.blog-post ol:not(.meta-info) li a,
.blog-post table a,
strong a,
blockquote a,
code a,
p a,
span:not(.author-name):not(.comments-link):not(.posted-on):not(.post-list) a,
.post-content-inner a,
.site-content a {
color: #BC0923;
text-decoration: underline;
text-underline-offset: 1px;
}
.blog-post ul:not(.meta-info) li a:hover,
.blog-post ol:not(.meta-info) li a:hover,
.blog-post table a:hover,
strong a:hover,
blockquote a:hover,
code a:hover,
p a:hover,
span:not(.author-name):not(.comments-link):not(.posted-on):not(.post-list) a:hover,
.blog-post ul:not(.meta-info) li a:focus,
.blog-post ol:not(.meta-info) li a:focus,
.blog-post table a:focus,
strong a:focus,
blockquote a:focus,
code a:focus,
p a:focus,
span:not(.author-name):not(.comments-link):not(.posted-on):not(.post-list) a:focus {
outline: none;
text-decoration-style: dotted;
} .section-padding {
padding: 100px 0;
}
.section-padding-top {
padding: 110px 0 0;
}
.section-padding-bottom {
padding-bottom: 80px;
}
.section-padding-80 {
padding: 80px 0;
}
#services.section-padding {
padding: 70px 0;
}
.boxed-btn,
.wp-block-loginout a {
color: #fff;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
border-radius: 4px;
display: inline-block;
padding: 15px 40px;
text-decoration: none;
-webkit-transition: .3s;
transition: .3s;
}
a.boxed-btn i,
.boxed-btn i {
position: absolute;
top: 0;
bottom: 0;
right: 5px;
margin: auto;
transform: translate(0);
vertical-align: middle;
color: #BC0923;
background-color: #ffffff;
width: 30px;
height: 30px;
line-height: 29px;
font-size: 16px;
text-align: center;
border-radius: 5px;
padding: 0;
z-index: 0;
}
a.boxed-btn.btn-white i {
background-color: #BC0923;
color: #ffffff !important;
} .top_header_text p {
font-family: Inter;
font-size: 13px;
font-weight: 400;
line-height: 16px;
color: #FFFFFF;
}
.site-description {
font-size: 16px;
white-space: nowrap;
line-height: normal;
}
.site-title {
font-size: 25px;
margin-bottom: 0;
line-height: 1;
} .btn {
background-color: #BC0923;
}
.btn a {
color: #ffffff;
font-size: 15px;
font-weight: 600;
}
a.header_button {
background: #fdfae9;
padding: 6px 16px;
border-radius: 10px;
color: #BC0923;
font-weight: 500;
font-size: 15px;
border: solid 2px #BC0923;
} .custom-logo {
height: 70px !important;
width: 70px !important;
}
.logo a {
display: inline-block;
color: #ffff;
}
.site-title,
.site-description {
color: #ffffff !important;
font-family: Italianno;
font-size: 40px;
font-weight: 400;
line-height: 45px;
text-align: left;
}
.logo a:focus {
outline: none !important;
outline-offset: 3px;
}
.main-menu ul li a:focus {
outline: none !important;
outline-offset: 3px;
}
header .logo {
padding: 0;
}
nav.main-menu {
margin: 37.625px -30px 37.625px 0;
position: relative;
}
.main-menu>ul {
padding: 0;
margin: 0;
}
.main-menu ul li {
display: inline-block;
vertical-align: middle;
position: relative;
}
#top_header {
background: #191718;
}
#top_header,
#header {
padding: 15px 0;
}
#header {
background: #BC0923;
position: relative;
}
.lower-icons a span {
color: #ffffff;
text-decoration: none;
font-size: 18px;
}
span.phone-btn {
background: #BC0923;
padding: 10px 35px;
border-radius: 30px;
color: #FFFFFF;
font-family: Inter;
font-size: 12px;
font-weight: 400;
line-height: 18px;
}
span.phone-btn span.dashicons.dashicons-phone {
transform: rotate(90deg);
margin-top: 11px;
}
.page-template-template-homepage .side_gb_nav.show {
visibility: visible;
top: 9%;
} .search-container {
position: relative;
}
span.search-container button:hover,
span.search-container button:focus {
background-color: #000 !important;
}
button#search-icon:focus,button#search-icon:hover{
background-color: transparent !important;
}
span.search-container button#search-icon:hover i,
span.search-container button#search-icon:focus i {
color: #000000;
}
span.admin-box span {
color: #ffffff;
text-decoration: none;
}
span.admin-box a:focus span,
span.admin-box a:hover span,
span.cart-count.lower-icons a:hover span,
span.cart-count.lower-icons a:focus span {
color: #191718;
} .search-icon {
background: none;
border: none;
font-size: 18px;
cursor: pointer;
color: #ffffff;
padding: 0px;
} .search-popup {
display: none !important; position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.search-popup-visible {
display: flex !important; } .search-popup-content {
position: relative;
background: #fff;
padding: 30px;
width: 90%;
max-width: 500px;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: center; } .close-popup {
position: absolute;
top: 0px;
width: 30px;
right: 0px;
background: none;
border: none;
font-size: 18px;
padding: 0px;
color: #ffffff;
cursor: pointer;
transition: color 0.3s ease;
height: 30px;
background: #BC0923;
}
.close-popup:hover {
color: #0073aa;
} .search-field {
width: 100%;
padding: 15px;
font-size: 16px;
border: 1px solid #ddd;
border-radius: 5px;
outline: none;
margin-bottom: 20px;
transition: border-color 0.3s ease;
}
.search-field:focus {
border-color: #0073aa;
} .search-submit {
background: #0073aa;
color: #fff;
border: none;
padding: 15px 30px;
cursor: pointer;
font-size: 16px;
border-radius: 5px;
transition: background 0.3s ease;
}
.search-submit:hover {
background: #005a87;
}
.search-popup-content input.search-field,
.search-popup-content form {
margin-bottom: 0px;
} .search-submit i {
margin-right: 5px;
} @media (max-width: 768px) {
.search-popup-content {
width: 100%;
padding: 20px;
}
.search-field {
font-size: 14px;
}
.search-submit {
font-size: 14px;
padding: 10px 20px;
}
.close-popup {
font-size: 20px;
}
} .nav-stick.header-fixed {
position: fixed !important;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
transition: transform 500ms ease, background 200ms ease;
}
.admin-bar .header-fixed {
margin-top: 32px;
} .loading {
width: 100%;
height: 100%;
background: #ffffff;
top: 0px;
position: fixed;
z-index: 9999;
}
.loader {
width: 200px;
height: 100px;
margin: 30px auto;
position: relative;
top: 19em;
}
.line-1,
.line-2 {
position: absolute;
width: 20px;
height: 20px;
background: #BC0923;
border-radius: 20px;
-webkit-animation: move 3s ease-in-out infinite;
animation: move 3s ease-in-out infinite;
}
.line-2 {
-webkit-animation-delay: -1.5s;
animation-delay: -1.5s;
}
.loader-text {
position: absolute;
top: 50%;
left: 50%;
font-size: 1.5em;
color: #BC0923;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: text 0.75s ease-in-out infinite alternate;
animation: text 0.75s ease-in-out infinite alternate;
}
@-webkit-keyframes text {
0% {
color: #BC0923;
}
100% {
color: #000000;
}
}
@keyframes text {
0% {
color: #BC0923;
}
100% {
color: #000000;
}
}
@-webkit-keyframes move {
0% {
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}
12.5% {
width: 200px;
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}
25% {
background: #000000;
width: 20px;
height: 20px;
-webkit-transform: translate(180px, 0%);
transform: translate(180px, 0%);
}
37.5% {
height: 100px;
-webkit-transform: translate(180px, 0);
transform: translate(180px, 0);
}
50% {
background: #BC0923;
width: 20px;
height: 20px;
-webkit-transform: translate(180px, 80px);
transform: translate(180px, 80px);
}
62.5% {
width: 200px;
-webkit-transform: translate(0px, 80px);
transform: translate(0px, 80px);
}
75% {
background: #000000;
width: 20px;
height: 20px;
-webkit-transform: translate(0px, 80px);
transform: translate(0px, 80px);
}
87.5% {
height: 100px;
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
100% {
background: #BC0923;
width: 20px;
height: 20px;
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
}
@keyframes move {
0% {
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}
12.5% {
width: 200px;
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}
25% {
background: #000000;
width: 20px;
height: 20px;
-webkit-transform: translate(180px, 0%);
transform: translate(180px, 0%);
}
37.5% {
height: 100px;
-webkit-transform: translate(180px, 0);
transform: translate(180px, 0);
}
50% {
background: #BC0923;
width: 20px;
height: 20px;
-webkit-transform: translate(180px, 80px);
transform: translate(180px, 80px);
}
62.5% {
width: 200px;
-webkit-transform: translate(0px, 80px);
transform: translate(0px, 80px);
}
75% {
background: #000000;
width: 20px;
height: 20px;
-webkit-transform: translate(0px, 80px);
transform: translate(0px, 80px);
}
87.5% {
height: 100px;
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
100% {
background: #BC0923;
width: 20px;
height: 20px;
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
} #footer-copyright {
padding: 13px 0;
}
#footer-copyright p {
color: #fff;
line-height: 36px;
}
#footer-copyright p a {
color: inherit;
} .scrollup {
width: 50px;
height: 50px;
text-align: center;
line-height: 48px;
position: fixed;
bottom: 30px;
right: 30px;
border-radius: 4px;
padding: 16px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
display: none;
color: #fff;
z-index: 999;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px 0px;
}
.scrollup:hover,
.scrollup:focus {
background: #fff;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .5)
} .related-post-thumbnail img {
height: 225px;
object-fit: cover;
width: 100%;
}
.related-post-thumbnail {
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
padding: 15px;
} .paginations {
margin: 25px 0;
}
.nav-previous,
.nav-next {
display: inline-block;
width: 40px;
height: 40px;
background: #BC0923;
border-radius: 4px;
}
.nav-previous {
margin-right: 30px;
}
.nav-previous a,
.nav-next a {
color: #fff;
display: flex;
padding: 12px 15px;
}
.section-pagination {
float: left;
width: 100%;
}
span.inner-pagination {
background: #191718;
padding: 5px 15px;
color: #fff;
}
span.post-page-numbers.current span {
background: #BC0923;
} .woocommerce ul.products li span.price {
margin: 0 5px;
}
.woocommerce ul.products li.product a img {
margin: 0;
border-radius: 10px;
}
p.price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: #BC0923;
font-weight: bold;
font-size: 14px;
}
span.onsale {
position: absolute;
top: 0;
left: 0;
background: #BC0923;
color: #fff;
padding: 2px 5px;
font-weight: bold;
font-size: 10px;
text-transform: uppercase;
}
.pro-button a,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.added_to_cart.wc-forward {
line-height: 1;
padding: 15px;
color: #fff;
font-size: 15px;
background: #BC0923;
border-radius: 5px;
}
.woocommerce a.added_to_cart.wc-forward {
margin-top: 10px;
font-weight: 700;
margin-left: 10px;
}
.pro-button a:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background: #111111;
color: #fff;
}
ins {
text-decoration: none;
}
.woocommerce ul.products li {
text-align: center;
padding: 0px !important;
border-radius: 10px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
top: 10px;
right: 10px;
left: auto;
margin: 0;
line-height: 2;
background: #BC0923;
border-radius: 25px;
padding: 15px 10px;
border-radius: 50%;
height: 60px;
text-transform: uppercase;
color: #fff;
}
.woocommerce ul.products li.product .star-rating,
.woocommerce .star-rating {
margin: 0px auto 10px;
color: #ffc53f;
}
.woocommerce .woocommerce-ordering select {
background: #BC0923;
color: #fff;
padding: 2px;
border: 1px solid #e3e3e3;
}
.woocommerce .entry-summary {
margin: 0;
}
.woocommerce .quantity .qty {
padding: 8px;
border: solid 2px #111111;
}
.woocommerce-message,
.woocommerce-info {
border-top-color: #BC0923;
}
.woocommerce-message::before,
.woocommerce-info::before {
color: #BC0923;
}
input[type="text"],
input[type="email"],
input[type="phno"],
input[type="password"],
textarea {
border: 1px solid #bcbcbc;
width: 100%;
font-size: 16px;
padding: 10px 10px;
margin: 0 0 23px 0;
height: auto;
}
span.woocommerce-input-wrapper,
.checkout label,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce form .form-row label,
span.password-input,
header.page-header {
width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
padding: 0;
list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
display: inline-flex;
background: #BC0923;
padding: 10px;
margin-right: 5px;
margin-bottom: 20px;
font-size: 15px;
font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
color: #fff;
}
h2.woocommerce-loop-product__title {
font-size: 16px !important;
padding: 8px 0 !important;
}
.woocommerce #customer_login .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce #customer_login .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
display: table-cell;
max-width: 100%;
float: none;
}
.woocommerce ul.products li.product .button {
margin-top: 0;
color: #fff;
}
.woocommerce ul.products li.product .button:hover {
color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
padding: 15px 20px;
margin: 0 5px;
border-radius: 7px;
font-size: 18px;
font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li {
border-right: 0px;
}
.woocommerce nav.woocommerce-pagination ul {
border: 0px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
background: #BC0923;
color: #191718;
margin-bottom: 35px;
} .format-video .embedded-video video {
width: 100%;
}
.format-audio .embedded-audio audio {
width: 100%;
}
.format-image .embedded-image img {
width: 100%;
object-fit: cover;
}
.format-gallery .gallery-icon img {
width: 100%;
}
#blog-content {
padding-bottom: 50px;
}
#blog-content article.blog-post {
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
background: #fff;
margin-bottom: 40px;
width: 100%;
position: relative;
}
#blog-content article.blog-post:last-child {
margin-bottom: 0;
}
.post-content {
padding: 32px 30px 35px;
} #blog-content .featured-img ul.meta-info li {
color: #fff;
}
#blog-content .featured-img ul.meta-info li a {
color: #fff;
}
.featured-img h1,
.featured-img h2 {
color: #fff;
}
#blog-content .post-title a,
#service-page .post-title a,
#skip-content .post-title a {
font-size: 24px;
display: block;
margin-bottom: 10px;
-webkit-transition: .3s;
transition: .3s;
}
#blog-content .featured-img,
#service-page .featured-img,
#skip-content .featured-img {
position: relative;
margin-bottom: 50px;
background: #51586c;
height: 300px;
}
#blog-content .featured-img ul.meta-info li a:hover {
color: #000;
}
#blog-content .featured-img .post-thumbnail,
#service-page .featured-img .post-thumbnail,
#skip-content .featured-img .post-thumbnail {
background: #ffffff;
}
#blog-content .featured-img img,
#service-page .featured-img img,
#skip-content .featured-img img {
width: 100%;
object-fit: cover;
height: 300px;
opacity: 0.7;
}
#blog-content .featured-img .single-meta-box,
#service-page .featured-img .single-meta-box,
#skip-content .featured-img .single-meta-box {
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
#blog-content .post-content,
.single-post article.blog-post ul.meta-info {
border-bottom: 1px solid #d3d6db;
}
.post-content .content {
font-size: 16px;
margin-bottom: 16px;
}
#blog-content .post-content .continue-reading {
font-size: 16px;
}
#blog-content ul.meta-info {
padding: 16px 32px;
}
#blog-content ul.meta-info li {
display: inline-block;
margin-right: 30px;
font-size: 16px;
}
#blog-content ul.meta-info li i {
margin-right: 10px;
}
.wp-block-button a.wp-block-button__link {
border-radius: 30px;
color: #ffffff;
} .blog-post .post-thumb {
position: relative;
overflow: hidden;
max-width: 100%;
max-height: 100%;
text-align: center;
margin-bottom: 0;
}
.blog-post .post-thumb img {
max-width: 100%;
opacity: 1;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
height: auto;
width: 100%;
display: block;
}
.blog-post .post-thumb .post-overlay {
left: 0;
right: 0;
top: 0;
bottom: 0;
height: 100%;
position: absolute;
}
.blog-post .post-thumb .post-overlay a {
color: #fff;
}
.blog-post .post-thumb .post-overlay a i {
font-size: 50px;
opacity: 0;
top: 50%;
position: relative;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
display: inline-block;
}
.blog-post .post-thumb .post-overlay a i {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.blog-post .post-thumb .post-overlay:before {
position: absolute;
top: 30px;
right: 50%;
bottom: 30px;
left: 50%;
border-left: 1px solid rgba(255, 255, 255, 0.8);
border-right: 1px solid rgba(255, 255, 255, 0.8);
content: '';
opacity: 0;
background-color: #ffffff;
-webkit-transition: all 0.4s;
transition: all 0.4s;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.single-blog-area .blog-post:hover .post-thumb img {
opacity: 1;
}
.blog-post:hover .post-thumb img {
opacity: 0.1;
}
.blog-post:hover .post-thumb .post-overlay i {
opacity: 0.9;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.blog-post:hover .post-thumb .post-overlay i {
-webkit-transform: translate3d(-25%, -50%, 0);
transform: translate3d(-25%, -50%, 0);
}
.blog-post:hover .post-thumb .post-overlay:before {
background: rgba(255, 255, 255, 0);
left: 30px;
right: 30px;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
} .bread_crumb a:hover {
color: #000;
}
.bread_crumb a {
color: #fff;
cursor: pointer;
font-size: 17px;
font-weight: 600;
text-transform: capitalize;
padding: 10px;
}
.bread_crumb span {
color: #000;
cursor: pointer;
font-size: 17px;
font-weight: 600;
text-transform: capitalize;
padding: 10px;
}
.bread_crumb {
color: #fff;
width: 100%;
} .comments-area {
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
padding: 15px;
margin-top: 20px;
}
.comment-form {
padding: 0 !important;
}
.single-blog-area ul.meta-info {
border-bottom: 1px solid #d3d6db;
}
.single-blog-area .post-title {
font-size: 18px;
display: block;
font-weight: 500;
margin-bottom: 16px;
}
.single-blog-area .tag-share {
padding: 10px 60px;
border-bottom: 1px solid #d3d6db;
}
.tag-share ul.tags li a {
margin-bottom: 0;
}
.single-blog-area ul.share-icon li {
display: inline-block;
}
.single-blog-area ul.share-icon li a {
display: block;
padding: 5px 10px;
font-size: 16px;
}
.single-blog-area ul.share-icon {
text-align: right;
}
.post-comment-area .comment-author a {
font-size: 16px;
font-weight: 500;
}
.post-comment-area .comment {
font-size: 16px;
}
.post-comment-area .media {
margin-bottom: 30px;
padding: 4px 12px;
color: #191718;
}
.post-comment-area .media-left {
padding-right: 30px;
}
.post-new-comment {
padding: 80px 60px;
}
.post-new-comment input,
.post-new-comment textarea {
border: 0;
border-radius: 0;
border-bottom: 1px solid;
}
.post-new-comment .boxed-btn {
margin-top: 30px;
}
.boxed-btn:hover {
background: #444;
}
ul.media-list {
margin: 0;
padding: 0;
}
ul.media-list li h2 {
font-size: 24px !important;
margin: 0 !important;
}
ol.comment-list,
ol.children {
list-style: none;
}
.comment-list article {
margin-bottom: 20px;
padding: 10px 20px;
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
-webkit-transition: .3s all;
transition: .3s all;
}
.comment-author img {
width: 60px;
height: 60px;
border-radius: 50%;
border: solid 1px #ccc;
display: inline-block;
position: relative;
margin-top: 15px;
}
.comment-metadata {
margin-bottom: 15px;
margin-top: -30px;
margin-left: 63px;
}
.comment-respond .comment-reply-title {
padding: 0;
margin: 0 !important;
}
.reply {
text-align: right;
}
.comment-content p {
font-size: 16px;
}
.single-post article.blog-post {
margin-bottom: 24px !important;
}
form.comment-form p.logged-in-as,
form.comment-form p.comment-notes {
margin: 0 !important;
padding: 0 !important;
border: none !important;
}
.media-body ul li {
list-style: none;
display: inline-block;
padding: 5px;
}
.author-details img {
width: 70px;
height: 70px;
border-radius: 50%;
border: solid 1px #ccc;
display: inline-block;
position: relative;
margin-top: 15px;
margin-left: 20px;
}
.auth-mata {
padding-right: 10px;
}
.author-details p {
font-size: 16px;
}
.author-meta-det {
padding: 10px;
}
.blog-author-social {
margin: 10px 0 0;
padding: 0;
}
.wp-block-button a.wp-block-button__link {
border-radius: 30px;
}
.wc-block-cart__submit-container {
background: #222222;
border-radius: 4px;
}
.wc-block-cart__submit-container a {
color: #ffffff;
}
div#comments li {
list-style: none;
} #wrapper-404 {
text-align: center;
}
#wrapper-404 .inner-content h1 {
font-size: 70px;
font-weight: 700;
margin-bottom: 5px;
}
#wrapper-404 .inner-content p {
font-size: 18px;
margin-bottom: 26px;
} .main_wrapper {
padding: 80px 0 0;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 16px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
right: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .slider_main_box {
position: relative;
background: #000000;
}
.slider_content_box {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 8%;
right: 60%;
text-align: left;
}
.slider_main_box img {
opacity: 0.5;
height: 700px;
object-fit: cover;
}
.slider_content_box h2 {
font-family: Libre Baskerville;
font-size: 35px;
font-weight: 400;
margin-bottom: 45px;
color: #ffffff;
}
.slider_content_box h3 {
color: #ffffff;
margin-bottom: 25px;
font-family: Libre Baskerville;
font-size: 25px;
font-weight: 700;
}
.slider_content_box p {
color: #fff;
font-size: 14px;
font-weight: 400;
line-height: 25px;
}
.slider_button a.button1 {
background: #BC0923;
padding: 15px 45px;
color: #fff;
font-family: Inter;
font-size: 12px;
text-transform: capitalize;
font-weight: 400;
line-height: 20px;
}
.slider_button a.button1:hover{
background-color: #191718;
color: #ffffff;
}
.slider_button a.video_tl {
margin-left: 18px;
}
.slider_button a.video_tl i {
background: #BC0923;
width: 40px;
height: 40px;
border-radius: 30px;
text-align: center;
padding: 11px 0;
color: #fff;
}
.slider_button a.video_tl {
margin-left: 18px;
font-size: 15px;
color: #BC0923;
}
section#home_slider {
position: relative;
height: 700px;
}
.slider-product-section .product-image.box img {
width: 100%;
height: 250px;
object-fit: cover;
border-radius: 14px 14px 0px 0px;
}
.product-main {
position: absolute;
top: 50%;
width: 16%;
right: 8%;
transform: translateY(-50%);
z-index: 1;
border: 0.63px solid #13122C;
background-color: #fff;
border-radius: 18px;
}
.slider-product-section .tab-product {
background: #fff;
position: relative;
padding: 10px 10px 35px 10px;
border-radius: 18px;
margin-bottom: 0px;
}
.slider-section .owl-dots {
text-align: center;
position: absolute;
right: 0;
left: 0;
width: 80px;
margin: 0 auto;
bottom: 60px;
}
.product-main .owl-dots {
text-align: center;
position: absolute;
right: 0;
left: 0;
width: 100%;
margin: 0 auto;
bottom: 7px;
}
.slider-section .owl-dots .owl-dot {
width: 16px;
border: none;
border-radius: 30px;
margin: 0px 4px;
background-color: #BC0923;
height: 16px;
position: relative;
}
.product-main .owl-dots .owl-dot {
width: 10px;
border: none;
border-radius: 30px;
margin: 0px 4px;
height: 10px;
background: #BC092366;
position: relative;
}
.slider-product-section {
position: relative;
}
.product-main .owl-dots .owl-dot.active {
background-color: transparent;
border: 2px solid #BC0923;
height: 12px;
width: 12px;
}
.slider-section .owl-dots .owl-dot.active {
background-color: #000000;
border: 2px solid #BC0923;
height: 19px;
width: 19px;
}
.product-main h5 a {
color: #191718;
font-family: Inter;
font-size: 14px;
font-weight: 600;
}
.product-main span.woo-cat {
font-family: Inter;
font-size: 15px;
font-weight: 400;
color: #79797A;
}
.product-main ins span.woocommerce-Price-amount.amount {
color: #151725;
font-family: Inter;
font-size: 15px;
font-weight: 600;
}
.product-main ins {
text-decoration: none;
}
.product-main del {
color: #79797A;
font-family: Inter;
font-size: 13px;
font-weight: 400;
}
.product-main .star-rating {
overflow: hidden;
position: relative;
height: 1em;
margin-top: 5px;
margin-bottom: 10px;
line-height: 1;
font-size: 14px;
font-family: star;
color: #ffd146;
}
.product-main .star-rating::before {
content: "\73\73\73\73\73";
color: #ffd146;
float: left;
top: 0;
left: 0;
position: absolute;
right: 0;
}
.product-main .star-rating span::before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
right: 0;
}
.product-main .star-rating span {
overflow: hidden;
float: left;
width: 100% !important;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.product-main .box-content a.button {
color: #ffffff;
font-family: Poppins;
padding: 10px 50px;
font-size: 13px;
font-weight: 400;
line-height: 15px;
background-color: #BC0923;
}
.product-main .box-content a.added_to_cart.wc-forward {
color: #ffffff;
font-family: Poppins;
padding: 10px 10px;
font-size: 13px;
margin-inline: 10px;
font-weight: 400;
line-height: 15px;
background-color: #BC0923;
}
.product-main .box-content a.button:hover{
color: #ffffff;
background-color: #191718;
} #featured-product h3 {
color: #BC0923;
font-family: Libre Baskerville;
font-size: 15px;
font-style: italic;
font-weight: 400;
}
#featured-product h2 {
color: #191718;
font-family: Libre Baskerville;
font-size: 22px;
font-weight: 400;
}
#featured-product .box {
overflow: hidden;
position: relative;
background: #fff;
}
#featured-product .box img {
width: 100%;
border-radius: 0px;
height: 260px;
object-fit: cover;
}
.tab-product {
margin-bottom: 10px;
}
#featured-product .box-content a.button {
color: #BC0923;
font-family: Poppins;
padding: 10px 35px;
font-size: 13px;
border: 1.19px solid #191718;
font-weight: 400;
line-height: 15px;
}
#featured-product .box-content a.button:hover {
background-color: #BC0923;
border: 0px;
color: #ffffff;
}
#featured-product .box .box-content {
background: #fdfae9;
border: solid 2px #BC0923;
text-align: center;
width: 135px;
padding: 10px;
font-size: 14px;
opacity: 0;
transform: translateX(-50%);
position: absolute;
bottom: 10%;
left: 50%;
z-index: 1;
font-weight: bold;
transition: all 0.3s ease-out;
border-radius: 10px;
}
#featured-product .box-content a.added_to_cart.wc-forward {
position: relative;
color: #808188;
font-family: Poppins;
font-size: 15px;
font-weight: 400;
line-height: 15px;
margin-top: 10px;
padding: 5px 15px;
}
#featured-product .box:hover .title {
transform: translateY(0);
}
#featured-product .star-rating {
overflow: hidden;
position: relative;
height: 1em;
margin-top: 5px;
margin-bottom: 10px;
line-height: 1;
font-size: 14px;
font-family: star;
color: #ffd146;
}
#featured-product .star-rating::before {
content: "\73\73\73\73\73";
color: #ffd146;
float: left;
top: 0;
left: 0;
position: absolute;
right: 0;
}
#featured-product .star-rating span::before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
right: 0;
}
#featured-product .star-rating span {
overflow: hidden;
float: left;
width: 100% !important;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
#featured-product h5,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 18px;
font-weight: 600;
}
#featured-product h5 a {
color: #191718;
font-family: Inter;
font-size: 14px;
font-weight: 600;
}
#featured-product span.woo-cat {
font-family: Inter;
font-size: 15px;
font-weight: 400;
color: #79797A;
}
#featured-product ins span.woocommerce-Price-amount.amount {
color: #151725;
font-family: Inter;
font-size: 15px;
font-weight: 600;
}
#featured-product ins {
text-decoration: none;
}
#featured-product del {
color: #79797A;
font-family: Inter;
font-size: 13px;
font-weight: 400;
}
#featured-product .tab-product:hover .product-image img {
opacity: 0.6;
}
#featured-product .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg,
#featured-product .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
width: 20px !important;
border-color: #ffff;
}
.yith-add-to-wishlist-button-block {
margin: 0px !important;
justify-content: center !important;
width: auto;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
gap: 0px !important;
}
.tab-product {
position: relative;
}
#featured-product span.wishlist {
position: absolute;
top: 10px;
right: 10px;
background: #BC0923;
width: 30px;
text-align: center;
height: 30px;
border-radius: 30px;
} .servicesss .col-lg-3 {
margin-bottom: 30px !important;
}
.servicesss .col-lg-3:last-child {
margin-bottom: 0px !important;
}
section#recent-blog .col-lg-4 {
margin-bottom: 30px !important;
}
section#recent-blog .col-lg-4:last-child {
margin-bottom: 0px !important;
}
section#recent-blog .col-lg-6 {
margin-bottom: 30px !important;
}
section#recent-blog .col-lg-6:last-child {
margin-bottom: 0px !important;
} .pagination {
margin: 0px;
text-align: center !important;
display: table !important;
}
.pagination .nav-links {
display: inline-flex;
}
.navigation .current {
color: #fff;
padding: 0px 15px;
line-height: 36px;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
margin-right: 3px;
}
.pagination a {
padding: 0px 15px;
line-height: 36px;
margin-right: 1px;
color: #fff !important;
}
.pagination a:hover {
color: #fff !important;
}
.pagination {
margin: 30px auto 0;
}
.pagination a.page-link {
color: #fff;
-webkit-transition: .3s;
transition: .3s;
}
.pagination li.page-item.more-page a.page-link,
.pagination li.page-item.active a.page-link,
.pagination a.page-link:hover {
color: #fff;
border-color: #fff;
}
#blog-content .pagination {
margin: 0 auto 0;
}
a.next.page-numbers {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
} .search-result .posts-navigation .nav-links a {
color: #fff;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
border-radius: 4px !important;
display: inline-block !important;
padding: 15px 40px !important;
-webkit-transition: .3s;
transition: .3s !important;
}
.posts-navigation .nav-previous {
margin-right: 10px;
}
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
display: inline-block;
} .bg-sticky {
position: absolute;
top: 10px;
left: 10px;
display: block;
text-align: center;
letter-spacing: 0.5px;
font-size: 16px;
font-weight: 600;
padding: 0 .62em;
line-height: 30px;
border-radius: 3px;
color: #fff;
background: #1ed12f;
z-index: 9;
}  .chocolate-store-btn .button-cart a,
.chocolate-store-btn .boxed-btn {
font-size: 16px;
font-weight: 600;
color: #191718;
cursor: pointer;
z-index: 0;
}
.chocolate-store-btn .posts-navigation .nav-links a {
font-size: 16px;
color: #BC0923;
position: relative;
padding: 0 25px !important;
line-height: 40px;
z-index: 0;
text-decoration: none;
cursor: pointer;
}
.chocolate-store-btn .boxed-btn,
.chocolate-store-btn .posts-navigation .nav-links a {
overflow: hidden;
}
.chocolate-store-btn .search-form .boxed-btn {
line-height: 50px;
} .chocolate-store-btn .boxed-btn:before,
.chocolate-store-btn .posts-navigation .nav-links a:before {
content: "";
position: absolute;
top: -40px;
right: auto;
bottom: auto;
left: -100px;
height: 220px;
width: 50px;
z-index: -1;
opacity: .1;
-webkit-transform: skew(-12deg, 0deg);
transform: skew(-12deg, 0deg);
-webkit-transition: .5s ease 0s;
transition: .5s ease 0s;
visibility: hidden;
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
}
.chocolate-store-btn .boxed-btn:hover:before,
.chocolate-store-btn .boxed-btn:focus:before,
.chocolate-store-btn .posts-navigation .nav-links a:hover:before,
.chocolate-store-btn .posts-navigation .nav-links a:focus:before {
left: 100%;
visibility: visible;
-webkit-transition: .5s ease .2s;
transition: .5s ease .2s;
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
} .chocolate-store-btn .slide-content.slide-bg h4,
.chocolate-store-btn .boxed-btn:hover,
.chocolate-store-btn .mc4wp-form input[type="submit"]:hover,
.chocolate-store-btn .posts-navigation .nav-links a:hover {
color: #ffffff !important;
}
.search-result .posts-navigation .nav-links a:focus,
.search-result .posts-navigation .nav-links a:hover {
color: #ffffff;
} .bypostauthor {}
.chocolate-storerips {
overflow: hidden;
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
color: #40464d;
text-align: center;
}
.wp-block-table figcaption {
text-align: center;
font-weight: 600;
}
.wp-block-image figcaption {
text-align: center;
}
ul.wp-block-social-links li a {
font-size: 24px;
}
.footer-sidebar .wp-block-calendar tbody td,
.footer-sidebar .wp-block-calendar th {
padding: 8px 10px;
}
.wp-block-group em {
color: inherit;
}
#wpadminbar * {
font-weight: 700;
}
#wp-admin-bar-wpseo-menu {
display: none !important;
}.sidebar .widget,
.sidebar .widget_search {
background: rgba(254, 243, 220, 1) !important;
} #top_header, #header {
padding: 0px 0 !important;
}
.site-title, .site-description {
color: #FDEDC8 !important;
}
.gb_nav_menu li a {
color: #fdedc8 !important;
}
.search-icon, .dashicons, .admin-box a span {
color: #FDEDC8!important;
} .woocommerce-breadcrumb a, 
.woocommerce-breadcrumb p {
color: #AD4011 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
background-color: #ffffff !important;
color: #AD4011 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background-color: #ffffff !important;
color: #AD4011 !important;
}
body {
font-family: Inter;
color: #AD4011 !important;
}
h1, h2 {
color: #672714 !important;
}
h3, h4, h5, h6 {
color: #AD4011 !important;
} .woocommerce table.shop_attributes td p {
padding: 8px;
}
.woocommerce #customer_login .col2-set .col-1, 
.woocommerce-page .col2-set .col-1, 
.woocommerce #customer_login .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
display: table-cell;
max-width: 100%;
float: none;
padding: 10px 20px 10px 20px;
} .footer-widgets {
padding: 30px 0 !important;
margin-top: 50px !important;
} 
#footer-copyright {
background: #E0BE9A !important;
}
.container .row {
margin-top: 60px !important;
}.xoo-aff-input-group {
position: relative;
display: flex;
border-collapse: separate;
width: 100%;
}
.xoo-aff-input-group:first-child {
border-right: 0;
}
.xoo-aff-group input{
box-sizing: border-box;
}
.xoo-aff-input-group .xoo-aff-input-icon {
padding: 6px 0;
font-size: 14px;
text-align: center;
border-radius: 4px;
align-items: center;
height: auto;
align-self: stretch;
display: flex;
width: 100%;
justify-content: center;
border-style: solid;
}
body:not(.rtl) .xoo-aff-input-group .xoo-aff-input-icon{
border-right: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"], .xoo-aff-group input[type="file"]{
flex-grow: 1;
min-width: 1px;
margin: 0;
position: relative;
z-index: 2;
width: 100%!important;
margin-bottom: 0;
height: 50px;
padding: 6px 12px;
font-size: 14px;
line-height: 3.428571;
background-image: none;
border: 1px solid #ccc;
border-style: solid;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
outline: 0;
}
.xoo-aff-group input::file-selector-button {
background-color: transparent;
border: 0;
padding: 0;
margin-right: 10px;
}
.xoo-aff-group label{
font-weight: 600;
display: block;
margin-bottom: 5px;
}
.xoo-aff-group {
float: left;
width: calc(100% - 20px);
position: relative;
}
.xoo-aff-group.onehalf{
width: calc(50% - 20px);
margin-right: 20px;
}
.xoo-aff-group.onethird {
width: calc(30% - 20px);
margin-right: 20px;
}
.xoo-aff-group.twothird {
width: calc(70% - 20px);
margin-right: 20px;
}
.xoo-aff-group.onefourth {
width: calc(25% - 20px);
margin-right: 20px;
}
.xoo-aff-group.threefourth {
width: calc(75% - 20px);
margin-right: 20px;
}
div#ui-datepicker-div {
z-index: 99999999999!important;
}
.xoo-aff-single_checkbox .xoo-aff-label{
display: none;
}
.xoo-aff-options-list label {
font-weight: 400;
}
.xoo-aff-fields {
display: table;
width: 100%;
}
.xoo-aff-group.xoo-aff-checkbox_single {
min-height: auto;
}
.xoo-aff-group.one.xoo-aff-checkbox_single {
margin-bottom: 10px;
}
.xoo-aff-group.xoo-aff-cont-checkbox_single {
margin-bottom: 5px;
} .xoo-aff-password-strength {
text-align: center;
font-weight: 600;
padding: 3px 0.5em;
font-size: 1em;
}
.xoo-aff-password-strength.strong {
background-color: #c1e1b9;
border-color: #83c373;
}
.xoo-aff-password-strength.short {
background-color: #f1adad;
border-color: #e35b5b;
}
.xoo-aff-password-strength.bad {
background-color: #fbc5a9;
border-color: #f78b53;
}
.xoo-aff-password-strength.good {
background-color: #ffe399;
border-color: #ffc733;
}
.xoo-aff-password-hint {
margin: 0.5em 0 0;
display: block;
}
.xoo-aff-radio input, .xoo-aff-checkbox_single input, .xoo-aff-checkbox_list input {
margin-right: 5px;
} body .select2-dropdown {
z-index: 99999999999;
}
.xoo-aff-group .select2-container .select2-selection.select2-selection--single {
border: 0;
height: 100%;
background-color: transparent;
margin: 0 0 0 0;
border-radius: 0;
line-height: inherit;
padding: 0;
}
.xoo-aff-group .select2.select2-container .select2-selection .select2-selection__rendered {
padding: 0;
line-height: inherit;
height: inherit;
}
.xoo-aff-group .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 50%;
transform: translateY(-50%);
}
.xoo-aff-group .select2-container *:focus {
outline: none;
}
.xoo-aff-group select, .xoo-aff-group select + .select2 {
padding: 0 15px;
}
select.xoo-aff-states{
display: none;
}
@media only screen and (max-width: 450px) {
.xoo-aff-group.onehalf , .xoo-aff-group.onefourth, .xoo-aff-group.onethird , .xoo-aff-group, .xoo-aff-group-twothird {
width: calc(100% - 20px);
}
.xoo-aff-group {
margin-right: 0;
}
}
.xoo-aff-flag-cont {
display: flex;
align-items: center;
height: inherit;
} 
.xoo-aff-flag-cont span:nth-child(1) {
margin-right: 6px;
}
.select2-results .xoo-aff-flag-cont span:nth-child(2) {
font-size: 12px;
}
span.xoo-aff-pwtog-hide {
display: none;
}
.xoo-aff-pw-toggle {
display: flex;
align-items: center;
right: 5px;
position: absolute;
z-index: 2;
top: 0;
bottom: 0;
user-select: none;
}
.xoo-aff-pw-toggle > * {
cursor: pointer;
padding: 5px;
}
.xoo-aff-select2-dropdown {
min-width: 140px;
} body.rtl .xoo-aff-input-group .xoo-aff-input-icon {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
body.rtl .xoo-aff-flag-cont span:nth-child(1) {
margin-left: 10px;
margin-right: 0;
padding-right: 0;
}
body.rtl .xoo-aff-group {
float: right;
}
body.rtl .xoo-aff-radio input, body.rtl .xoo-aff-checkbox_single input, body.rtl .xoo-aff-checkbox_list input{
margin-left: 5px;
margin-right: 0;
}
body.rtl .xoo-aff-group:not(.one){
margin-left: 20px;
margin-right: 0;
}
body.rtl .xoo-aff-input-icon + input, body.rtl .xoo-aff-input-icon + select {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 4px!important;
border-top-left-radius: 4px!important;
}
body.rtl .xoo-aff-input-group .xoo-aff-input-icon {
border-left: 0;
}