body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}


.product-wrapper .product-img-wrap .product-img-list {
    width: 60px;
}

.product-wrapper .product-img-wrap .product-img-list ul {
    list-style: none;
}

.product-wrapper .product-img-wrap .product-img-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-wrapper .product-img-wrap .product-img-list li:first-child {
    margin-top: 0;
}

.product-wrapper .product-img-wrap .product-img-list li {
    margin-top: 15px;
    border: 1px solid #b2bec3;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    height: 4.5rem;
}

.product-wrapper .product-img-wrap .product-img-list li.active,
.product-wrapper .product-img-wrap .product-img-list li:hover {
    border-color: #61dafb;
}

.product-wrapper .product-img-wrap .product-img-middle {
    width: 100%;
    position: relative;
}

@media screen and (min-width: 1024px) {
    
    .product-wrapper .product-img-wrap .product-img-middle {
        width: 500px;
        margin: 0 auto;
    }
    
    .product-wrapper .product-img-wrap .product-img-middle .main-img {
        width: 100% !important;
    }
}

.product-wrapper .product-img-wrap .product-img-middle img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.product-wrapper .product-img-wrap .product-img-middle .arrow {
    position: absolute;
    font-size: 1.5rem;
    font-weight: bold;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    height: 3rem;
    width: 3rem;
    background-color: #f7f8f9;
    color: #636e72;
}

.product-wrapper .product-img-wrap .product-img-middle .arrow-left {
    left: 10px
}

.product-wrapper .product-img-wrap .product-img-middle .arrow-right {
    right: 10px
}

.product-wrapper .product-title h1 {
    font-size: 20px;
    color: #2d3436;
}

.product-wrapper .product-price .main-price {
    font-size: 36px;
    color: #d63031;
    font-weight: 700;
}

.product-wrapper .product-price .old-price {
    font-size: 24px;
    color: #2d3436;
    text-decoration: line-through;
}

.product-wrapper .product-option-block .product-option .product-head label {
    font-size: 16px;
    font-weight: 700;
    color: #2d3436;
}

.product-wrapper .product-option-block .product-option .product-head span {
    font-size: 16px;
    color: #2d3436;
}

.product-option-row .product-option-list {
    width: 50px;
    border: 1px solid #b2bec3;
    border-radius: 4px;
    overflow: hidden;
}

.product-option-row .product-option-list img {
    width: 100%;
}

.product-option-row .product-option-list.active {
    border-color: #61dafb;
    box-shadow: 0 1px 10px 0 rgba(99, 110, 114, .12), 0 4px 5px 0 rgba(99, 110, 114, .14), 0 2px 4px 0 rgba(99, 110, 114, .2);
}

.color-round-inner {
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid transparent;
    cursor: pointer;
}

.color-round-inner.active {
    border-color: #61dafb;
    box-shadow: 0 1px 10px 0 rgba(99, 110, 114, .12), 0 4px 5px 0 rgba(99, 110, 114, .14), 0 2px 4px 0 rgba(99, 110, 114, .2);
}

.color-round {
    width: 2rem;
    height: 2rem;
    box-shadow: 0 4px 5px 0 rgba(99, 110, 114, .14), 0 1px 10px 0 rgba(99, 110, 114, .12), 0 2px 4px 0 rgba(99, 110, 114, .2);
}

.size-value {
    border-radius: .25rem;
    width: 3rem;
    height: 3rem;
    border: 1px solid #b2bec3;
    cursor: pointer;
}

.size-value.active {
    border: 1px solid transparent;
    background-color: #0984e3;
    color: #fff;
}

.qty-value {
    border-radius: .25rem;
    width: 3rem;
    height: 3rem;
    border: 1px solid #b2bec3;
    cursor: pointer;
}

.qty-value .btn,
.qty-value .btn-primary:not(:disabled):not(.disabled).active,
.qty-value .btn-primary:not(:disabled):not(.disabled):active,
.qty-value.show > .btn-primary.dropdown-toggle {
    border: none;
    background: transparent;
    color: #000;
    font-weight: bold;
    width: 3rem;
    height: 3rem;
}

.qty-value .btn:focus {
    box-shadow: none;
}

.qty-value .btn-primary:hover {
    border: none;
    background: transparent;
    color: #000;
}

.qty-value .dropdown-menu {
    min-width: auto;
    max-height: 25rem;
    overflow: hidden auto;
    padding: 0;
}

.qty-value .dropdown-menu .dropdown-item {
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qty-value .dropdown-menu .dropdown-item:not(:first-child) {
    border-top: 1px solid #b2bec3;
}

.star-ratings > span {
    font-size: 25px;
}

.star-ratings > span.checked {
    color: orange;
}

.star-ratings > span:before {
    content: "\2605";
    position: absolute;
}

.product-detail .product-detail-header {
    color: #2d3436;
    font-weight: 700;
    font-size: 1.25rem;
}

.product-detail ul li,
.product-detail p {
    color: #2d3436;
}

.img-count {
    background-color: #636e72;
    width: 61px;
    color: #ffffff;
    padding: .25rem .75rem;
}

/*footer*/
.footer .back-top {
    height: 3rem;
    border-top: 1px solid #f0f2f3;
    color: #2d3436;
    cursor: pointer;
}

.footer .footer-main {
    background-color: #f7f8f9;
    border-top: 1px solid #f0f2f3;
}

.footer .footer-link,
.footer .footer-detail {
    color: #636e72;
    word-break: break-word;
}

.footer .footer-link:hover {
    color: #fc6514;
}

.footer-link-list :not(:last-child) {
    margin-bottom: 1.5rem;
}

.footer-bottom {
    border-top: 1px solid #f0f2f3;
    color: #636e72;
    font-size: 12px;
    height: 2.5rem;
}

.social-media-icon img {
    height: 22px;
    width: 22px;
    cursor: pointer;
}

.footer-dropdown .btn,
.footer-dropdown .btn-primary:not(:disabled):not(.disabled).active,
.footer-dropdown .btn-primary:not(:disabled):not(.disabled):active,
.footer-dropdown .show > .btn-primary.dropdown-toggle {
    background-color: transparent !important;
    color: #2d3436 !important;
    font-weight: bold;
    width: 100%;
    height: 3rem;
    border: 1px solid #b2bec3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-dropdown .show .dropdown-menu.show {
    width: 100%;
}

.payment-icon {
    height: 24px;
    width: 37px;
    margin: 4px;
}

.footer-dropdown .dropdown-menu .dropdown-item:not(:first-child) {
    border-top: 1px solid #b2bec3;
}

.footer-dropdown .dropdown-menu .dropdown-item {
    height: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*header*/
.header {
    border-bottom: 1px solid #f0f2f3;
}

.logo {
    height: 48px;
    width: 250px;
    display: flex;
    align-items: center;
}

.logo img {
    width: 100%;
}

.input-custom {
    position: relative;
}

.input-custom input {
    padding-left: 40px;
    border-radius: 5px !important;
}

.input-custom .search {
    position: absolute;
    top: 15%;
    left: 10px;
    z-index: 5;
}

.input-custom .search img {
    height: 20px;
    width: 20px;
}

.header .cart img {
    height: 22px;
    width: 22px;
}

.login-header {
    color: #2d3436;
}

.login-sub-header {
    font-size: 12px;
    color: #636e72;
}

.login-link:hover {
    text-decoration: none;
}

.login-link:hover .login-header,
.login-link:hover .login-sub-header ,
.login-link:hover {
    color: #fc6514;
}

/*sub header*/
.sub-header  a{
    text-decoration: none;
    color: #4d4d4d;
}

/*contact us*/
.contact-us-detail span {
    color: #484848;
}
.contact-us-detail i {
    color: #1963b7;
}
.contact-us-detail .find-more {
    border-radius: 3rem;
    background: transparent;
    border: 1px solid #dfdfdf;
    height: 2.5rem;
    font-size: 0.75rem;
    line-height: 1.33333;
    padding: 0 1.5rem;
}
.contact-us-detail .find-more:hover {
    border-color: #929292;
}
.phone-no {
    color: #484848;
}
.phone-no:hover {
    color: #484848;
}


/*checkout*/

.checkout input::placeholder {
    font-size: 15px;
}

.checkout-payment-icon {
    height: 20px;
    width: 37px;
    margin: 4px;
    opacity: 0.4;
    display: flex;
}

.checkout-payment-icon img,
.checkout-paypal-icon img {
    height: 20px;
}

.paypal-method {
    border-bottom: 1px solid #b2bec3;
    border-left: 1px solid #b2bec3;
    border-right: 1px solid #b2bec3;
    border-radius: 0 0 5px 5px;
}

.checkout-paypal-icon {
    height: 20px;
    width: 50px;
    margin: 4px;
    opacity: 1;
    display: flex;
}

.change-country {
    color: #0984e3;
    cursor: pointer;
}

.checkout-header {
    color: #2d3436;
}

.payment-card {
    border: 1px solid #b2bec3;
    border-radius: 5px 5px 0 0;
}

.order-estimated-date {
    font-size: 14px;
    color: #2d3436;
}

.order-info {
    border: 1px solid #b2bec3;
    border-radius: 5px;
    color: #2d3436;
}

.total-info {
    font-size: 20px;
}

.prod-info {
    font-size: 18px;
    color: #2d3436;
}

.hide {
    display: none !important;
}
