@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');

body {
    background: #F5F5F5;
    font-family: "Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
}

/*Category*/
.container {
    max-width: 1280px !important;
    position: relative;
}

.top-header {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px !important;
}

.navbar-nav li a {
    text-transform: uppercase;
    font-size: 13px;
}

.category {
    border-radius: 5px !important;
}

.category .cat-title {
    background: #F4A51C;
    padding: 8px 10px;
}

.category .cat-title h4 {
    line-height: normal;
}

.category .cat-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cat-body ul {
    list-style: none;
    padding-left: 10px;
}

.cat-body ul li {
    padding: 5px 0;
    border-bottom: 1px solid #F5F5F5;
}

.cat-body ul li a {
    text-decoration: none;
    color: #414040;
    font-size: 13px;
}

.cat-body ul li a img {
    height: 25px;
    margin-right: 5px;
}

.cat-body ul li:hover a {
    color: #ffc107;
}


.bottom-menu {
    display: none;
}

/*Advertisement*/
.product-ads {
    position: fixed;
    left: 0;
    bottom: 0;
}

/*Slider*/
.slider {
    width: 100%;
    height: 100%;
}

.carousel-item img {
    height: 460px !important;
    width: 100%;
}

/*New product*/
.new_p {
    border: none;
    overflow: hidden;
}

.new_p:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.card a {
    font-size: 14px;
    text-decoration: none;
    color: black;
    padding: 0;
    margin: 0;
}

.ratings span {
    color: #ffc107 !important;
    font-size: 13px;
}

.inner-img img {
    transition: 0.5s;
}

.inner-img:hover img {
    transform: scale(1.1);
}

.product-title h5 {
    color: #ffc107;
    font-weight: normal;
    font-size: 15px;
}

/*View Product*/
.viewProduct-title {
    width: 100%;
}

.viewProduct-title h4 {
    font-size: 18px;
    font-weight: 500;
}

/*Contact*/
.contact-info p {
    font-size: 14px;
}

/*Posts*/
.posts {
    border: 1px solid #E7E9EB;
    border-radius: 5px;
}

.posts a {
    text-decoration: none;
}

/*Search Form*/
.search-form {
    padding: 0;
    margin: 0;
}

.search-form input, button {
    border-radius: 0 !important;
}

.search-form button {
    border-left: none;
    margin-left: -10px;
    background: #E7E9EB;
}

.search-data {
    border: 1px solid #E7E9EB;
    border-radius: 5px;
}

.search-data a {
    text-decoration: none;
    color: black;
}

.new-products {
    min-height: 100vh;
}

/*Review*/
.review {
    border-bottom: 1px solid #E7E9EB;
    font-size: 13px;
}

#feedback {
    max-width: 70%;
    width: 100%;
    margin: 10px;
    padding: 20px;
    border: solid 1px #f1f1f1;
    background: #fbfbfb;
    box-shadow: #e6e6e6 0 0 4px;
    border-radius: 0.25rem;
}

@media (max-width: 720px) {
    #feedback {
        max-width: 90%;
    }
}

@media (max-width: 500px) {
    #feedback {
        padding: 10px;
    }
}

#fh2 {
    padding: 2px 15px;
    color: #ff4d4d;
    text-align: center;


}

@media (max-width: 400px) {
    #fh2 {
        font-size: 20px;
    }
}


#fh6 {
    padding: 2px 15px;
    color: #4d0er;
    text-align: center;
    font-weight: normal;
}

@media (max-width: 400px) {
    #fh6 {
        font-size: 12px;
    }
}

.pinfo {
    margin: 8px auto;
    font-weight: bold;
    line-height: 1.5;
    color: #0d0d0d;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    color: #6C6262;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #696060;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: none;
}

.form-control::-webkit-input-placeholder {
    color: #F34949;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: brown;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: blue;
    opacity: 1;
}

.form-control::placeholder {
    color: white;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: red;
    opacity: 1;
}

.form-control:disabled {
    cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: green;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    width: 45px;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #2e2e2e;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.btn:active, .btn.active {
    background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b;
}


/*Footer*/
.footer {
    background: #445268;
    width: 100%;
}

.developed-by {
    font-size: 13px;
}

.developed-by a {
    color: #0dcaf0;
}

.footer-title {
    text-decoration: underline;
}

.footer-category ul {
    list-style: none;
    padding: 0;
}

.footer-category ul li a img {
    height: 20px;
    margin-right: 5px;
}

.footer-category ul li a {
    color: white;
    font-size: 13px;
    text-decoration: none;
}

.footer-category ul li a:hover {
    color: #ffc107;
}

.footer-description {
    font-size: 13px;
}

.footer-description img {
    margin-left: 30%;
}

@media (max-width: 966px) {
    .bottom-menu {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 100;
    }

    .footer {
        display: none;
    }

    .bottom-menu a {
        font-size: 20px;
    }
    .carousel-item.s-img{
        height: 250px!important;
    }
}