@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}

a {
    color: #404649;
    transition: 0.3s;
    text-decoration: none;
    outline: none !important;
}

a:hover {
    color: #000;
    text-decoration: none;
}

#top {
    padding: 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.welcome {
    margin: 0px;
    color: #666c69;
    font-size: 14px;
}

#top-links {
    margin-bottom: 0px;
    text-align: right;
}

#top-links .nav-item {
    display: inline-block;
    margin: 0px 10px;
}

#top-links .nav-item:last-child {
    margin-right: 0px;
}

#top-links .nav-item .nav-link {
    padding: 0px;
    color: #666c69;
    font-size: 14px;
}

#top-links .nav-item .nav-link i {
    color: #e00024;
    margin-right: 5px;
    font-size: 15px;
}

#top-links .dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    color: #666c69;
    font-size: 14px;
}

.dropdown-menu {
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e00024;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e00024;
}

#header {
    padding: 40px 0px;
}

img {
    max-width: 100%;
}

#logo {
   margin-top: -35px;
}

#logo img {
    max-width: 100%;
}

.infoline i {
    color: #e00024;
    font-size: 40px;
    float: left;
    margin-right: 10px;
}

.infoline span {
    display: block;
    font-size: 13px;
    color: #767b7e;
    margin-bottom: -3px;
}

.infoline h3 {
    color: #242526;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

#cart {
    text-align: right;
    display: block;
    margin-top: -7px;
}

#cart .dropdown-toggle {
    border: none;
    background: none;
    padding: 0px 30px 0px 0px;
    outline: none !important;
    box-shadow: none !important;
    position: relative;
    cursor: pointer;
}

#cart .dropdown-toggle:after {
    display: none;
}

#cart .dropdown-toggle:before {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    color: #242526;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -6px;
}

#cart .dropdown-menu {
    width: auto;
    padding: 10px;
    min-width: auto;
    top: 100% !important;
    left: auto !important;
    right: 0px !important;
    transform: none !important;
    will-change: auto !important;
    float: none;
    margin-top: 0px;
}

#cart .dropdown-menu li {
    display: block;
}

#cart .dropdown-menu table {
    font-size: 13px;
    margin-bottom: 15px;
    min-width: 360px;
}

#cart .dropdown-menu table td {
    padding: 5px;
    vertical-align: middle;
    min-width: 30px;
    border-top: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#cart .dropdown-menu table td img {
    min-width: 40px;
}

#cart .dropdown-menu table td img {
    max-width: 100%;
}

#cart .dropdown-menu table td button {
    box-shadow: none;
    background: none;
    border-radius: 0px;
}

#cart .dropdown-menu p {
    display: block;
    margin: 0px;
}

#cart .dropdown-menu p span {
    color: #242526;
    transition: 0.3s;
}

#cart .dropdown-menu p span:hover {
    color: #000;
}

#text-cart {
    display: inline-block;
    margin-right: 10px;
    color: #242526;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    top: -10px;
}

#shopping-bag {
    display: inline-block;
    position: relative;
}

#shopping-bag i {
    color: #e00024;
    font-size: 50px;
}

#cart-total {
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e00024;
    font-weight: 600;
    font-size: 18px;
}

#search {
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#search input {
    border: none;
    background: none;
    box-shadow: none !important;
    width: 100%;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
}

#search button {
    position: absolute;
    right: 0px;
    border: none;
    background: none;
    box-shadow: none;
    font-size: 13px;
    color: #e00024;
    height: 100%;
    padding-right: 25px;
    box-shadow: none !important;
    outline: none !important;
}

.search-output {
    padding-top: 5px;
}

.search-output a {
    color: #666c69;
    font-size: 14px;
    padding: 7px 20px;
    display: block;
    text-decoration: none;
    transition: 0.3s;
}

.search-output a:hover {
    background: #e00024;
    color: #fff;
}

.advsearch {
    text-align: right;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.advsearch a {
    padding: 10px 20px;
    color: #666c69;
    font-size: 14px;
    transition: 0.3s;
    text-decoration: none;
    display: block;
}

.advsearch a:hover {
    color: #000;
}

.head {
    background: url('../img/head.jpg') center top no-repeat;
    padding: 104px 0px;
    margin-bottom: 40px;
}

.head h1 {
    font-weight: 800;
    color: #fff;
    font-size: 90px;
    margin-bottom: 15px;
    text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.4);
}

.head h1 span {
    display: block;
    color: #ff6b24;
    font-size: 45px;
    margin-bottom: -22px;
}

.head .links a {
    display: inline-block;
    margin-right: 20px;
    padding: 10px 30px;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: 0.3s;
    text-decoration: none;
}

.head .links .link-news {
    color: #fff;
    background: #e00024;
    background-image:linear-gradient(to right, #ff6b24, #e00024);
}

.head .links .link-news:hover {
    color: #242526;
}

.head .links .link-promo {
    color: #242526;
    background: #fff;
}

.head .links .link-promo:hover {
    color: #e00024;
}
.head-img{
    margin-bottom:50px;
}
.list-group h3 {
    color: #242120;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.list-group h3 i {
    float: right;
    color: #e00024;
}

.list-group .list-group-item {
    padding: 7px 0px 7px 20px;
    border: none;
    margin: 0px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #242120;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
}

.list-group .list-group-item:last-child {
    border: none;
}

.list-group .list-group-item:hover {
    color: #e00024;
}

.list-group .list-group-item span {
    float: right;
    color: #8f9996;
    font-weight: 400;
    font-size: 13px;
}

.list-group .list-group-item:before {
    content: '\f324';
    font-family: "Font Awesome 5 Pro";
    color: #e00024;
    position: absolute;
    top: 8px;
    left: 0px;
    font-size: 12px;
}

.list-group .active {
    background: none;
    /*border: none;*/
    color: #e00024;
}

.left-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.delivery-info h5 {
    margin-bottom: 0px;
    color: #242526;
    font-size: 12px;
    font-weight: 600;
}

.delivery-info h5 i {
    font-size: 13px;
    margin-right: 5px;
    color: #e00024;
}

.delivery-info h5 span {
    color: #e00024;
}

#slideshow0 {
    box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
}

#slideshow0 .swiper-navs {
    position: absolute;
    right: auto;
    left: 75px;
    bottom: 50px;
}

#slideshow0 .swiper-navs .swiper-button-next,
#slideshow0 .swiper-navs .swiper-button-prev {
    top: auto;
    width: auto;
    height: auto;
    margin: 0px;
    background: #fff !important;
    position: relative;
    right: auto;
    left: auto;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    margin-right: 5px;
}

.list-products .product-inner {
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding-bottom: 50px;
    transition: 0.3s;
}

.list-products .product-inner:hover {
    border: 1px solid #e00024;
}

.list-products .product-inner:hover .button-group {
    border-color: #e00024;
}

.list-products .heading {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.list-products .heading h3 {
    display: inline-block;
    padding-right: 20px;
    background: #fff;
    color: #242120;
    font-weight: 700;
    font-size: 20px;
}

.list-products .heading:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0px;
    right: 0px;
    margin-top: -1px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.1);
}

.list-products .product-thumb {
    padding: 10px 0px;
    height: 100%;
}

.list-products .button-group {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 50px;
    position: absolute;
    left: 0px;
    right: 0px;
    transition: 0.3s;
    bottom: 0px;
}

.list-products .button-group button {
    display: block;
    width: 100%;
    padding: 12px;
    background: none;
    border-radius: 0px;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    color: #1f1c1b;
    font-weight: 500;
    transition: 0.3s;
}

.list-products .button-group button i {
    margin-left: 5px;
    color: #e00024;
}

.list-products .button-group button:hover {
    color: #e00024;
}

.list-products .inner {
    display: block;
    padding: 20px;
}

.list-products .add-wish {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    background: none;
    color: #767b7e;
    cursor: pointer;
    box-shadow: none !important;
    outline: none !important;
}

.list-products .add-wish:hover {
    color: #e00024;
}

.list-products .price {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}

.list-products .price .price-text {
    color: #1f1c1b;
}

.list-products .price .price-normal {
    color: #e00024;
}

.list-products .price .price-new {
    color: #e00024;
}

.list-products .price .price-old {
    font-size: 13px;
    color: #666c69;
}

.list-products .image {
    text-align: center;
/*    background:#EEF1F3;*/
}

.list-products .image img {
    max-width: 100%;
}

.list-products .caption {
    text-align: center;
    margin-top: 15px;
}

.list-products .caption h4 {
    margin-bottom: 0px;
    font-size: 14px;
    color: #242120;
}

.manufacturer-slide {
    margin: 30px 0px;
    position: relative;
    padding: 10px 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.manufacturer-slide .swiper-navs {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
}

.manufacturer-slide .swiper-button-next,
.manufacturer-slide .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    margin-top: 0px;
    background: none !important;
    padding: 5px 10px;
    font-size: 17px;
    border-radius: 30px;
    transition: 0.3s;
    outline: none !important;
}

.manufacturer-slide .swiper-button-next i,
.manufacturer-slide .swiper-button-prev i {
    position: relative;
    transition: 0.3s;
}

.manufacturer-slide .swiper-button-next:hover,
.manufacturer-slide .swiper-button-prev:hover {
    color: #e00024;
}

.manufacturer-slide .swiper-button-next,
.manufacturer-slide .swiper-container-rtl .swiper-button-prev {
    right: 20px;
}

.manufacturer-slide .swiper-button-next:hover i,
.manufacturer-slide .swiper-container-rtl .swiper-button-prev:hover i {
    margin-right: -3px;
}

.manufacturer-slide .swiper-button-prev,
.manufacturer-slide .swiper-container-rtl .swiper-button-next {
    left: 20px;
}

.manufacturer-slide .swiper-button-prev:hover i,
.manufacturer-slide .swiper-container-rtl .swiper-button-next:hover i {
    margin-left: -3px;
}

#footer {
    margin-top: 40px;
    /* background: url('../img/footer.jpg') center top no-repeat; */
    /* background-size: cover; */
    background-image: linear-gradient(to right, #e00024, #ff6b24);
}

.f-top {
    padding: 30px 0px;
}
.f-top p{
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 32px;
}
.f-top h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.f-top li a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 5px 0px 5px 15px;
    margin: 5px 0px;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}

.f-top li a:hover:after {
    left: 3px;
}

.f-top li a:after {
    transition: 0.3s;
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    top: 7px;
    left: 0px;
    position: absolute;
}

.f-bot {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 0px;
}

.f-bot p {
    color: #fff;
    text-align: right;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.breadcrumb {
    background: none;
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.breadcrumb a {
    color: #666c69;
    font-size: 14px;
}

.breadcrumb i {
    color: #e00024;
}

.btn-primary {
    background: #e00024 !important;
    border-color: #e00024 !important;
}

.btn-primary:hover {
    color: #1f1c1b;
}

.btn {
    outline: none !important;
    box-shadow: none !important;
}

h1 {
    color: #242526;
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0px;
}

h2 {
    color: #242526;
    font-size: 30px;
    font-weight: 700;
}

h3 {
    color: #242526;
    font-size: 26px;
    font-weight: 700;
}

h4 {
    color: #242526;
    font-size: 22px;
    font-weight: 700;
}

.card-title {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 18px;
}

.table {
    font-size: 14px;
}

.img-thumbnail {
    border: none;
    border-radius: 0px;
}

.buttons .pull-right {
    text-align: right;
    float: none;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #e00024;
}

.form-control {
    font-size: 14px;
}

.modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
}

#modal-agree .modal-dialog {
    max-width: 90vw;
}

.pagination {
    margin: 10px 0px;
}

.pagination li a {
    padding: 0px 7px;
    border: 1px solid #666c69;
    text-align: center;
    font-size: 13px;
    color: #666c69;
    margin-right: 3px;
    display: inline-block;
    transition: 0.3s;
    text-decoration: none;
}

.pagination li a:hover {
    color: #e00024;
    border-color: #e00024;
}

.pagination li span {
    border: 1px solid #e00024;
    color: #e00024;
    display: inline-block;
    margin-right: 3px;
    padding: 0px 7px;
    text-align: center;
    font-size: 13px;
}

.product-name {
    margin-bottom: 20px;
}

.main-img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding: 20px;
    text-align: center;
}
.canvas-image{
    box-shadow:0px 0px 15px -5px rgba(0,0,0,0.6);
}
.canvas-mockup-image{
    background:url('/catalog/view/theme/default/img/canvas_bg.jpg');
    position: relative;
    height: 700px;
    box-shadow: none;
    background-position: center;
    background-size: cover;
}
.cup-mockup-image{
    position: relative;
    height: 700px;
    box-shadow: none;
    background-position: center;
    background-size: cover;
}
.mockup-main-img{
    position: absolute;
    right: 50px;
    top: 35%;
    transform:translateY(-50%);
    left: auto;
    width: 400px;
    height:300px;
    left: 50px;
    margin: 0 auto;
}
.mockup-main-img img{
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.cup-main-img{
    top: 50%;
    width: 39%;
    height: 200px;
    left: 90px;
}
.cup-main-img img{
    box-shadow:none !important;
}
.image-small {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    margin: 10px;
}

.alert {
    font-size: 14px;
}

.btn-design {
    box-shadow: none !important;
    background-image: none !important;
}
.required .col-form-label::before {
    content: '* ';
    color:
        #F00;
    font-weight: bold;
}
.product-custom-design{
    border: 1px solid #ff6b24;
    padding: 30px;
    margin-bottom: 30px;
}
.product-custom-design .product-layout {
    width: auto;
    margin: 0 auto;
}
.product-custom-design .product-thumb {
    height:auto;
}
.product-custom-design .product-inner {
    height: auto;
}
.custom-design-desc{
    text-align: center;
}
.product-custom-design .image {
    min-height:300px;
}
.btn-design {
    box-shadow: none !important;
    background-image: none !important;
}

#adobe-search {
    position: relative;

}

#adobe-search span {
    color: #242526;
    margin-bottom: 5px;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

#adobe-search input {
    color: #000;
    letter-spacing: 0.3px;
    padding-right:20px;
}
.adobe-search-button{
    font-size: 13px;
    text-transform: uppercase;
    height: 35px;
}
#adobe-search i {
    position: absolute;
    right: 5px;
    bottom: 4px;
    color: #e00024;
    border-radius: 5px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}
#adobe-search input::placeholder{
    font-size:13px;
}
#adobe-items {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #fff;
    padding: 50px;
}

#adobe-items .inner {
    height: 100%;
    /* overflow: auto scroll; */
    background: #fff;
    margin: -15px;
}

#adobe-close {
    right: 20px;
    top: 10px;
    font-size: 30px;
    position: fixed;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    color: #000;
    cursor: pointer;
}

#adobe-close:hover {
    color: #e00024;
}

.adobe-photo {
    position: relative;
    height: 300px;
    margin: 15px;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.3s;
}

.adobe-photo:hover {
    box-shadow: 0px 0px 17px -3px rgba(0, 0, 0, 0.4);
}

.adobe-photo img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

#adobe-preload {
    width: 100%;
    height: 100vh;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    z-index: 99999;
    top: 0px;
    text-align: center;
}

#adobe-load {
    display: inline-block;
    margin: 40px auto 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 2px rgba(0, 0, 0, 0.2);
    border-top-color: #191a1b;
    -webkit-animation: spin 0.3s infinite linear;
    -moz-animation: spin 1s infinite linear;
    animation: spin 0.9s infinite linear;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

#adobe-load {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -30px;
}

.remove-adobe {
    background: none !important;
    color: red !important;
}

.adobe-navs {
    margin: 15px;
    display: flex;
}

.adobe-next-page {
    margin-left: auto;
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 80px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    cursor: pointer;
    color: #000;
    transition: 0.3s;
}

.adobe-next-page:hover {
    background: #e00024;
    border-color: #e00024;
    color: #fff;
}

.adobe-prev-page {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 80px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    cursor: pointer;
    color: #000;
    transition: 0.3s;
}

.adobe-prev-page:hover {
    background: #e00024;
    border-color: #e00024;
    color: #fff;
}

.checkout-cart-img img {
    max-width: 100px;
    max-height: 100px;
}
.logo-bot img{
    max-height: 80px;
}
#rotate-image{
    position: absolute;
    right: 0px;
    top: -5px;
}
.new_product_box{
    position: relative;
}
.adobe-categories{
    padding: 0px;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 400px;
    margin: 0px auto;
    text-align: center;
}
.adobe-categories li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 600;
    color: #222;
    transition: 0.3s;
}
.adobe-categories li:hover{
    color:#e00024;
}
@media (max-width: 1280px) {
    #text-cart {
        font-size: 14px;
    }

    #shopping-bag i {
        font-size: 43px;
    }

    #cart .dropdown-toggle {
        padding: 0px 25px 0px 0px;
    }
}

@media (max-width: 1199px) {
    .canvas-mockup-image {
        height: 500px;
    }
    .mockup-main-img {
        width: auto;
        height: auto;
        max-width: 100%;
    }
    .product-custom-design .image {
        min-height: auto;
    }

    #text-cart {
        display: none;
    }

    #logo {
        margin-top: -20px;
    }

    #cart {
        margin-top: -2px;
    }

    #search input {
        padding: 8px 25px;
    }

    .head {
        padding: 75px 0px;
        background-size: cover;
    }

    .head h1 span {
        font-size: 40px;
    }

    .head h1 {
        font-size: 80px;
    }

    .head .links a {
        margin-right: 10px;
        padding: 8px 20px;
        font-size: 18px;
    }

    #slideshow0 .swiper-navs {
        left: 50px;
        bottom: 20px;
    }
}

@media (max-width: 991px) {
    .head-img {
        margin-bottom: 30px;
    }
    #logo img {
        max-height: 90px;
    }
    #search {
        margin-top: 20px;
    }

    #header {
        padding: 30px 0px;
    }

    #top {
        padding: 10px 0px;
    }

    .welcome {
        font-size: 13px;
    }

    #top-links .nav-item .nav-link {
        font-size: 13px;
    }

    .list-group .list-group-item {
        padding: 5px 0px 5px 15px;
        font-size: 12px;
    }

    .list-group .list-group-item::before {
        top: 6px;
        font-size: 10px;
    }

    .list-group .list-group-item span {
        font-size: 10px;
    }

    #slideshow0 .swiper-navs .swiper-button-next,
    #slideshow0 .swiper-navs .swiper-button-prev {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }

    #slideshow0 .swiper-navs {
        left: 35px;
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .main-img {
        margin-bottom: 20px;
    }
    .welcome {
        font-size: 12px;
    }

    .head .links a {
        font-size: 15px;
    }

    .infoline h3 {
        font-size: 16px;
    }

    .infoline i {
        font-size: 35px;
        margin-right: 5px;
    }

    #top-links .nav-item {
        margin: 0px 5px;
    }

    #top-links .nav-item .nav-link {
        font-size: 12px;
    }

    #top-links .nav-item .nav-link i {
        margin-right: 1px;
        font-size: 13px;
    }

    #top-links {
        margin-top: -3px;
    }

    #logo {
        margin-top: -20px;
    }

    #shopping-bag i {
        font-size: 36px;
    }

    #cart-total {
        font-size: 14px;
    }

    .list-group-links {
        display: none;
        padding-top: 15px;
    }

    .list-group h3 {
        margin-bottom: 0px;
    }

    .head {
        padding: 30px 0px;
    }

    .head h1 span {
        font-size: 30px;
        margin-bottom: -15px;
    }

    .head h1 {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .f-top p {
        font-size: 12px;
    }
    #logo img {
        max-width: 200px;
    }
    .custom-design-desc {
        margin-top: 0px;
    }
    .product-custom-design {
        padding: 20px 10px;
    }
    #cart .dropdown-menu {
        right: 15px !important;
    }

    #top-links {
        text-align: center;
    }

    .dropdown-item {
        font-size: 12px;
        padding: 5px 10px;
    }

    #cart .dropdown-menu table {
        min-width: 300px;
    }

    #search input {
        padding: 5px 20px;
        font-size: 12px;
    }

    #header {
        padding: 20px 0px;
    }

    .head h1 {
        font-size: 50px;
    }

    .head h1 span {
        font-size: 25px;
    }

    .head .links a {
        font-size: 13px;
        padding: 5px 15px;
    }

    .head {
        margin-bottom: 20px;
    }

    .left-box {
        padding: 15px;
        margin-bottom: 15px;
    }

    .list-group h3 {
        font-size: 16px;
    }

    #slideshow0 .swiper-navs {
        display: none;
    }

    .list-products .heading h3 {
        padding-right: 15px;
        font-size: 18px;
    }

    .list-products .heading {
        margin-bottom: 5px;
    }

    #slideshow0 {
        margin-bottom: 20px;
    }

    .list-products .product-thumb {
        max-width: 320px;
        margin: 0px auto;
    }

    .manufacturer-slide {
        margin: 15px 0px;
    }

    #footer {
        margin-top: 30px;
    }

    .manufacturer-slide {
        margin: 15px 0px;
        padding: 5px 30px;
    }

    .manufacturer-slide .swiper-button-next,
    .manufacturer-slide .swiper-container-rtl .swiper-button-prev {
        right: 5px;
    }

    .manufacturer-slide .swiper-button-next,
    .manufacturer-slide .swiper-button-prev {
        font-size: 14px;
    }

    .manufacturer-slide .swiper-button-prev,
    .manufacturer-slide .swiper-container-rtl .swiper-button-next {
        left: 5px;
    }

    .f-top {
        padding: 20px 0px;
        text-align: center;
    }

    .f-top h5 {
        margin-bottom: 5px;
    }

    .f-top li a::after {
        top: 3px;
    }

    .f-top li a {
        display: inline-block;
        padding: 0px;
        font-size: 12px;
    }

    .f-top li a::after {
        top: 1px;
        left: -10px;
    }

    .f-top li a:hover::after {
        left: -8px;
    }

    .logo-bot {
        text-align: center;
    }

    .logo-bot img {
        max-width: 200px;
    }

    .f-bot p {
        text-align: center;
    }

    .f-bot {
        padding: 20px 0px;
    }

    #logo {
        margin-top: -10px;
    }
    #cart {
        margin-top: 12px;
    }
}


#collapse-shipping-method .form-check , #collapse-payment-method .form-check {

    position: relative;
    display: block;
    padding: 10px;
    padding-left: 30px;
    border: 1px solid #d0d0d0;
    margin-bottom: 10px;
}