.banner img {
    width: 100%;
    height: 100%;
}

.anchor-custom {
    text-decoration: none;
    color: rgb(20, 20, 20) !important;
    cursor: pointer;
    font-size: 14px;
}

.anchor-custom:hover {
    color: rgb(166, 166, 166) !important;
}

.mx-20 {
    margin: 20px 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.text-bold {
    font-weight: 800;
}

.dir-ltr {
    direction: ltr
}

.dir-rtl {
    direction: rtl
}

/* Main image - left */
.main-img {
    text-align: center;
}

.main-img>div:first-child {

    padding: 10px;
}

/* Preview images */
.previews img {
    width: 100%;
    height: 140px;
}

.main-description .category {
    text-transform: uppercase;
    color: #0093c4;
}

.main-description .product-title {
    font-size: 2.5rem;
}

.old-price-discount {
    font-weight: 600;
}

.new-price {
    font-size: 2rem;
}

.details-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    color: #757575;
}

.buttons .block {
    margin-right: 5px;
}

.quantity input {
    border-radius: 0;
    height: 40px;

}


.custom-btn {
    text-transform: capitalize;
    background-color: #0093c4;
    color: white;
    width: 150px;
    height: 40px;
    border-radius: 0;
}

.custom-btn:hover {
    background-color: #0093c4 !important;
    font-size: 18px;
    color: white !important;
}

.similar-product img {
    height: 400px;
}

.similar-product {
    text-align: left;
}

.similar-product .title {
    margin: 17px 0px 4px 0px;
}

.similar-product .price {
    font-weight: bold;
}

.questions .icon i {
    font-size: 2rem;
}

.questions-icon {
    font-size: 2rem;
    color: #0093c4;
}

#main-image {
    height: 400px;
    width: 400px;
    object-fit: fill;
}

.owl-carousel .owl-item img {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
}

.owl-nav {
    font-size: 40px;
    color: black;
    background: none;
}

.owl-prev i:hover,
.owl-next i:hover {
    color: #29e311;
    background: none !important;

}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.owl-prev {
    left: 1px;
}

.owl-next {
    right: 1px;
}


/* removing blue outline from buttons */
button:focus,
button:active {
    outline: none;
}

.btn {
    padding: 10px 40px 10px;
}

.hide {
    display: none;
}


.anchor-custom {
    text-decoration: none;
    color: rgb(49, 49, 244);
    cursor: pointer;
    font-size: 16px;
}

.anchor-custom:hover {
    color: rgb(129, 213, 223);
}

.ring-diameter {
    font-size: 22px;
    font-weight: 700;
    color: #ea5e5e;
}

.fa-question-circle {
    color: #bababa;
    font-size: 20px
}

[dir='rtl'] .slick-next:before {
    color: black;
}

[dir='rtl'] .slick-prev:before {
    color: black;
}

[dir='rtl'] .slick-next {
    background-color: transparent;
    box-shadow: unset;
}

[dir='rtl'] .slick-prev {
    background-color: transparent;
    box-shadow: unset;
}

.close {
    background: white;
    border: none;
}

.modal-dialog {
    width: 100%;
}

.modal-content {
    text-align: center;
}


.cursor-pointer {
    cursor: pointer;
}

.tireSizeCard a {
    display: block;
    width: 100%;
    border-radius: 8px;
    padding: 8px 12px !important;
    font-size: 16px;
    text-align: center;
    background-color: #e9eae8;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    color: #2f2f2f;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    text-decoration: none;
}

.tireSizeCard a:hover {
    color: #ea5e5e;
}

.ringBrand-logo {
    width: 150px;
}

.ringBrand-pre-img {
    width: 100% !important;
    border-radius: 10px;
    max-height: 800px;
    margin-bottom: 20px;
}

.border-seprator {
    border-bottom: 3px solid black;
}

.text-blue {
    color: rgb(69, 69, 196);
}

.ring-pattern>p {
    font-size: 25px;
    font-weight: 700;

}

.ring-pattern-box {
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 10px;
}

.ring-pattern-box:hover {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
}

.ring-pattern-box>img {
    width: 60%;
    border-radius: 8px;
}

.ring-pattern-title{
    font-weight: 700;
    font-size: 20px;
    color: rgb(3, 154, 73);
    display: block;
}

.ring-pattern-color
{
    font-weight: 700;
    font-size: 18px;
    color: rgb(150, 224, 185);
    display: block;

}

.text-decoration-none{
    text-decoration: none !important;
}

.carModal{
    width: 50%;
    margin: auto;
    text-align: right !important;
}

.modal-header{
    background: #f3f3f3;
}

.moreParagraphs table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

.moreParagraphs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.product-img img {
  	width: 100% !important;
    height: 100%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: unset;
        margin: 1.75rem auto;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    /* Make preview images responsive  */
    .previews img {
        width: 100%;
        height: auto;
    }

    .custom-title {
    margin-top: 40px;
    }

@media (max-width: 576px) {
    .pager.default ul.pagination li a,
    .pager.default ul.pagination li span {
        padding: 5px 8px;
        font-size: 14px;
    }
}
	

}
