/* Arrows */
.slick-prev,
.slick-next{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
.vvsg3 .product-tabs__content {
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    padding: 10px 10px;
}
@media (min-width: 992px){
.ofisimo-video {
    width: 100%;
    height: 400px;
}
}
@media (max-width: 992px){
.ofisimo-video {
    width: 100%;
    height: auto;
}
}.toll-free a {
    background: #66cc66;
    border-bottom: 3px #43a643 solid;
}
.request-call a, .toll-free a, .ask-question a {
    width: 100%;
    background: #18d17a;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    display: block;
    line-height: 38px;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 6px 20px 8px 20px;
    border-bottom: 3px #18d17a solid;
    text-align: center;
}
/*------  Shop Detail  ------*/

.detail-slider-1 .image-box {
    position: relative;
}

.detail-slider-1 .image-box a,
.detail-slider-1 .image-box a img,
.detail-slider-2 .image-box img {
    width: 100%;
    height: 100%;
}

.detail-slider-1 .image-box .price {
    position: absolute;
    top: 10px;
    background-color: var(--butonarkaplan);
    color: #fff;
    font-weight: 500;
    padding: 2px 15px;
    font-size: 16px;
    left: auto;
    right: 10px;
}

.shop-detail-image .detail-slider-2 {
    padding-top: 15px;
}

.shop-detail-image .detail-slider-2 .slick-list {
    margin: 0 -5px;
}

.shop-detail-image .detail-slider-2 .slick-list .slick-slide {
    margin: 0 5px;
}

.shop-detail-content .rating,
.shop-detail-content .short-descr,
.shop-detail-content .color-sec{
    margin-bottom: 20px;
}

.shop-detail-content .pricing-wrapper{
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.shop-detail-content .pricing-wrapper .price-block{
  font-size: 22px;
}

.shop-detail-content .pricing-wrapper .price-block span{
  font-size: 16px;
}

.shop-detail-content .rating .pro-review {
    padding-left: 10px;
}

.shop-detail-content .rating .pro-review span {
    font-size: 12px;
    color: #fff;
}

.shop-detail-content .desc .price {
    font-size: 24px;
}

.shop-detail-content .desc .price span {
    font-size: 18px;
}

.color-sec label {
    margin-bottom: 8px;
    color: #1c1c1c;
    font-weight: 600;
    font-size: 16px;
}

.color-sec .color-box {
    line-height: 0;
}

.color-sec .color-box label .choose-color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    margin: 0 5px 5px 0;
    position: relative;
}

.color-sec .color-box label .choose-color.red {
    background-color: #BD2031;
}

.color-sec .color-box label .choose-color.yellow {
    background-color: #cea40e;
}

.color-sec .color-box label .choose-color.blue {
    background-color: #3939c5;
}

.color-sec .color-box label .choose-color.green {
    background-color: #329832;
}

.color-sec .color-box label .choose-color::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(0);
    transition: .3s;
    background-color: #fff;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 50%;
    transform-origin: center;
}

.color-sec .color-box label input:checked+span::before {
    transform: scale(1);
}

.color-sec .color-box label .choose-material {
    border-radius: 0;
    display: block;
    border: 1px solid #777;
    cursor: pointer;
    transition: .3s;
    margin: 0 5px 5px 0;
    line-height: 1;
    font-size: 12px;
    position: relative;
    padding: 10px 20px;
    color: #777;
}
.color-sec .color-box label .choose-material:hover{
  background-color: var(--butonarkaplan);
  border-color: var(--butonarkaplan);
  color: #fff;
}

.color-sec .color-box label input:checked+span {
    background-color: var(--butonarkaplan);
    color: #fff;
}

.shop-detail-content .quantity-cart .main-btn {
    border-color: #a3a3a3;
    color: #a3a3a3;
    border-width: 1px;
}

.shop-detail-content .quantity-cart .main-btn:hover {
    border-color: var(--butonarkaplan);
    color: var(--butonarkaplan);
    background-color: transparent;
}

.shop-detail-content .quantity-cart .cart-btn {
    padding-left: 40px;
}

.shop-detail-content .quantity-box {
    width: 200px;
    height: 56px;
    display: flex;
    border: 1px solid #1c1c1c;;
    border-radius: 0;
}

.shop-detail-content .quantity-box button {
    border: 0px;
    padding: 0 20px;
    background: transparent;
    color: #1c1c1c;
    transition: .3s;
    cursor: pointer;
}

.shop-detail-content .quantity-box button:focus,
.shop-detail-content .quantity-box input:focus{
  outline: none;
}
.shop-detail-content .quantity-box button:hover{
  background-color: var(--butonarkaplan);
  color: #fff;
}

.shop-detail-content .quantity-box .input-qty {
    border: 0;
    height: auto;
    width: 100%;
    color: #1c1c1c;
    text-align: center;
    background-color: transparent;
    font-size: 15px;
    padding: 0 20px;
    border-left: 1px solid #1c1c1c;
    border-right: 1px solid #1c1c1c;
}

.Shop-detail .product-description{
  margin-top: 50px;
}

.product-description .nav-tabs {
    border-bottom: 0;
}

.product-description .nav-tabs .nav-item{
    margin-bottom: 0;
} 

.product-description .nav-tabs .nav-link{
    position: relative;
    transition: .3s;
    padding: 16px 35px;
    font-size: 14px;
    color: #777;
    margin: 0 5px;
    cursor: pointer;
    background-color: #f7f7f7;
}

.product-description .nav-tabs .nav-item .nav-link:not(.active):hover{
  color: #1c1c1c;
}

.product-description .nav-tabs .nav-link.active {
    background-color: var(--butonarkaplan);
    color: #fff;
    border: 0;
}


.product-description .tabs .tab-content {
    padding: 5px;
    margin-top: 30px;
}
.product-description .additional-info table th{
    color: #fff;
    font-weight: 600;
}
.product-description .additional-info table th,
.product-description .additional-info table td{
    border: 1px solid #efefef;
    vertical-align: middle;
    color: #1c1c1c;
}
.product-description .additional-info table td.value{
    color: #777;
}
h3 {
    font-size: 36px;
    line-height: 1.2;
}	.rating {
    display: flex;
    align-items: center;
    color: #dadde1;
    font-size: 13px;
}.rating i.active {
    color: #ffa80a;
} .price-block, .shop-widget.widget-recent-posts .sigma_recent-post .price-block {
    display: block;
    color: var(--butonarkaplan);
    font-size: 18px;
    font-weight: 600;
}h6 {
    font-size: 18px;
    line-height: 1.7;
}h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    margin: 0 0 20px;
    line-height: 1.2;
    color: #1c1c1c;
    font-weight: 700;
}.sigma_btn-custom {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: var(--butonarkaplan);
    border: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
}.ml-2, .mx-2 {
    margin-left: 0.5rem!important;
}.light-bg {
    background-color: #f7f7f7;
}.section-title.text-center {
    margin: 0 auto 50px;
}
.section-title {
    position: relative;
    margin-bottom: 50px;
}.section-title .subtitle {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--butonarkaplan);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}.section-title .subtitle span:first-child, .section-title .subtitle span:last-child {
    width: 20px;
    height: 2px;
    display: block;
    position: relative;
    margin-right: 20px;
    margin-bottom: 5px;
    background-color: var(--butonarkaplan);
}.section-title .subtitle span:first-child::after {
    right: 0;
    position: absolute;
}
.section-title .subtitle span:first-child::after, .section-title .subtitle span:last-child::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    line-height: 1;
    background-color: var(--butonarkaplan);
    margin-top: 5px;
}.section-title .subtitle span:last-child {
    margin-right: 0;
    margin-left: 20px;
}
.section-title .subtitle span:first-child, .section-title .subtitle span:last-child {
    width: 20px;
    height: 2px;
    display: block;
    position: relative;
    margin-right: 20px;
    margin-bottom: 5px;
    background-color: var(--butonarkaplan);
}.section-title .subtitle span:first-child::after, .section-title .subtitle span:last-child::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    line-height: 1;
    background-color: var(--butonarkaplan);
    margin-top: 5px;
}.section-title .title {
    position: relative;
    margin: 0;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 600;
}.slick-list {
    margin: 0 -15px;
}
/* 6.3. Products */
.sigma_product {
    position: relative;
    margin-bottom: 30px;
}

.sigma_product .sigma_product-thumb {
  position: relative;
    overflow: hidden;
}

.sigma_product .sigma_product-thumb.thumb-sm {
    max-width: 200px;
    margin: 0 auto 20px;
}

.sigma_product .sigma_product-thumb img {
    transition: .3s;
    width: 100%;
}

.sigma_product .sigma_product-thumb:hover img {
    transform: scale(1.1) rotate(3deg);
}
.sigma_product .sigma_product-body{
  position: relative;
  text-align: center;
  padding: 20px;
  border: 2px solid #efefef;
  border-top: 0;
}
.sigma_product .sigma_product-body h5 {
    margin: 0 0 15px;
    font-size: 18px;
    word-break: break-word;
}

.sigma_product .sigma_product-body .sigma_product-title a {
    color: #1c1c1c;
}

.sigma_product .sigma_product-body .sigma_product-title a:hover {
    color: #b78d65;
}

.sigma_product .sigma_badge-featured {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  background-color: #ffa80a;
  font-weight: 600;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.sigma_product .sigma_badge-featured i {
    display: inline-block;
}

.sigma_product .sigma_badge-sale {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  background-color: #1c1c1c;
  font-weight: 600;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.7;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.sigma_product .sigma_rating-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sigma_product .sigma_rating-wrapper span {
    font-weight: 600;
}

.sigma_product-price{
  display: flex;
  align-items: center;
  justify-content: center;
}
.sigma_product-price span {
    display: block;
}

.sigma_product-price span:first-child {
    font-size: 14px;
    line-height: 1.2;
    color: var(--butonarkaplan);
    font-weight: 700;
}

.sigma_product-price span+span {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    line-height: 1;
    margin-left: 10px;
    text-decoration: line-through;
}

.sigma_product-stock {
    font-weight: 600;
}

.sigma_product-stock.instock {
    color: #58da58;
}

.sigma_product-stock.outofstock {
    color: #f54978;
}

.sigma_product .sigma_rating {
    margin-bottom: 0;
}

.sigma_product-controls {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}
.sigma_product:hover .sigma_product-controls{
    opacity: 1;
    visibility: visible;
}
.sigma_product-controls a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #777;
}
.sigma_product-controls a + a{
  margin-left: 10px;
}

.sigma_product-controls a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.sigma_product-controls a:hover {
    background-color: var(--butonarkaplan);
    color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}

.sigma_product-footer{
  display: flex;
  align-items: center;
}

.sigma_shop-global {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sigma_shop-global p {
  color: #1c1c1c;
  font-weight: 600;
    margin-bottom: 0;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--flat .irs-bar,
.irs--flat .irs-handle>i:first-child {
    background-color: var(--butonarkaplan);
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: var(--butonarkaplan);
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: var(--butonarkaplan);
}

/* 6.3.3 Products Quick View & Details */
.sigma_quick-view-modal .sigma_product-single-content {
    padding: 0 40px;
}

.sigma_quick-view-modal .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.sigma_product-single-content .sigma_rating-wrapper {
    margin-bottom: 0;
}

.sigma_product-single-content .sigma_product-excerpt,
.sigma_product-single-content .sigma_product-variation-wrapper {
    margin-bottom: 25px;
}

.sigma_product-single-content .sigma_product-price {
    margin-bottom: 20px;
    justify-content: flex-start;
}

.sigma_product-single-content .sigma_product-price span:first-child {
    font-size: 32px;
}

.sigma_product-single-content .sigma_product-price span {
    display: inline-block;
}

.sigma_product-single-content .sigma_product-price span+span {
    margin-left: 10px;
}

.sigma_product-single-content .sigma_post-single-meta{
  border-bottom: 0;
  border-top: 1px solid #efefef;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.sigma_product-single-content .sigma_post-single-meta + h6{
  margin: 5px;
}

.sigma_product-atc-form .qty-outter {
    display: flex;
    align-items: center;
}

.sigma_product-atc-form .qty-outter .sigma_btn-custom+.qty {
    margin-left: 20px;
}

.sigma_product-atc-form .qty-inner{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.sigma_product-atc-form .qty-inner h6{
  text-transform: uppercase;
  margin: 0 10px 0 0;
  font-size: 13px
}

.qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.qty input {
    border: 0;
    outline: none;
    width: 30px;
    text-align: center;
    font-weight: 600;
    border: 0;
    margin: 0 5px;
}

.qty span.qty-subtract {
    border-right: 0;
    cursor: pointer;
}

.qty span.qty-add {
    border-left: 0;
    cursor: pointer;
}

.qty span:hover {
  color: var(--butonarkaplan);
}

.qty span {
    font-size: 13px;
    transition: .3s;
    color: #1c1c1c;
    line-height: 1;
}

.sigma_product-radio label{
  cursor: pointer;
  font-weight: 700;
  color: #1c1c1c;
  font-style: normal;
}

.sigma_product-radio label input{
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.sigma_product-radio label span{
  position: relative;
  z-index: 1;
  font-size: 13px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sigma_product-radio label span::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--butonarkaplan);
}
.sigma_product-radio label input:checked + span::before{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.sigma_product-radio label input:checked + span{
  color: #fff;
}

.sigma_product-additional-info .nav{
  border-bottom: 1px solid #efefef;
}

.sigma_product-additional-info .nav-link {
    margin: 0;
    border-radius: 0;
    font-weight: 600;
    color: #777;
    border-bottom: 2px solid transparent;
}

.sigma_product-additional-info .nav-item+.nav-item .nav-link {
    margin-left: 10px;

}

.sigma_product-additional-info .nav-item+.nav-item .nav-link:hover{
  color: var(--butonarkaplan);
}

.sigma_product-additional-info .tab-content {
    z-index: 1;
    margin-top: 30px;
}


.sigma_product-additional-info .tab-content table {
    margin: 0;
}

.sigma_product-additional-info .sigma_rating-wrapper,
.sigma_product-additional-info .comment-body .sigma_rating {
    margin-bottom: 20px;
}
.sigma_product-additional-info .tab-content .comment-form,
.sigma_product-additional-info .tab-content .comments-list{
  padding: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.sigma_product-additional-info .tab-content .comments-list .comment-item{
  padding: 0;
  border: 0;
}
.sigma_product-additional-info .comment-form {
    margin-bottom: 50px;
}

.sigma_product-single-controls {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sigma_product-single-controls .sigma_add-to-favorite {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #efefef;
    margin: 0 10px 0 0;
}

.sigma_product-single-controls .sigma_add-to-favorite:hover {
    background-color: #f7f7f7;
}

.sigma_product-single-controls .sigma_add-to-favorite i {
    font-size: 21px;
    color: #777;
}

.sigma_product-meta {
    margin: 20px 0 0;
}

.sigma_product-single-2 .sigma_product-meta {
    margin: 20px 0 30px;
}

.sigma_product-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.sigma_product-meta li>span {
    font-weight: 600;
    color: #1c1c1c;
    width: 120px;
}

.sigma_product-meta li .sigma_product-meta-item span,
.sigma_product-meta li a {
    color: #777;
}

.sigma_product-meta li a:hover {
    color: var(--butonarkaplan);
}

.sigma_product-single-thumb,
.sigma_product-single-zoom>img {
    background-color: #fff;
}

.sigma_product-single-thumb .slider{
  margin-bottom: 30px;
}
.sigma_shop-wrapper.style-2 {
    background-color: #fff;
    text-align: center;
    box-shadow: 0 3px 24px rgb(0 0 0 / 4%);
    margin-bottom: 0;
}.sigma_shop-wrapper .shop-inner {
    position: relative;
}.sigma_shop-wrapper.style-2 .shop-inner .shop-icons {
    display: flex;
    align-items: center;
    border: 1px solid #777;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
}
.sigma_shop-wrapper .shop-inner .shop-icons {
    position: absolute;
    top: 10px;
    right: -10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}.sigma_shop-wrapper.style-2 .shop-inner .shop-icons a {
    background-color: rgba(255, 255, 255, 0.7);
    color: #1c1c1c;
}
.sigma_shop-wrapper .shop-inner .shop-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--butonarkaplan);
    color: #fff;
    font-size: 15px;
}.sigma_shop-wrapper.style-2 .shop-inner .shop-icons a + a {
    margin: 0;
    border-left: 1px solid #777;
}
.sigma_shop-wrapper.style-2 .shop-inner .shop-icons a {
    background-color: rgba(255, 255, 255, 0.7);
    color: #1c1c1c;
}.sigma_shop-wrapper.style-2 .shop-inner a.sigma_btn-custom, .sigma_shop-wrapper.style-2:hover a.sigma_btn-custom {
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
}
.sigma_shop-wrapper .shop-inner a.sigma_btn-custom {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.sigma_btn-custom {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: var(--butonarkaplan);
    border: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
}.sigma_btn-custom::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    background-color: #b78d65;
    width: 10px;
    height: calc(100% - 15px);
    z-index: -1;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}.sigma_shop-wrapper.style-2 .shop-descr {
    padding: 18px 20px;
}.sigma_shop-wrapper.style-2 .shop-descr h4 {
    font-size: 20px;
    margin-bottom: 12px;
}.sigma_shop-wrapper.style-2 .shop-descr h4 a {
    color: #1c1c1c;
}.sigma_shop-wrapper.style-2 .shop-descr .rating {
    justify-content: center;
    margin: 25px 0;
}
.rating {
    display: flex;
    align-items: center;
    color: #dadde1;
    font-size: 13px;
}.rating i.active {
    color: #ffa80a;
}.price-block, .shop-widget.widget-recent-posts .sigma_recent-post .price-block {
    display: block;
    color: var(--butonarkaplan);
    font-size: 18px;
    font-weight: 600;
}.shop-item.slick-slide {
    margin: 15px;
}.mb-20 {
    margin-bottom: 20px;
}.mt-20 {
    margin-bottom: 20px;
}
