*, :after, :before {
    box-sizing: border-box;
}

ul {
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.product-view {
    max-width: 1600px;
    margin-left: 0;
}

.products {
    display: flex;
    flex-wrap: wrap;
}

.product-container {
    padding: 10px;
    display: flex;
    border: 1px solid #dadada;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
}

.product {
    width: 20%;
    padding: 15px;
}

.products-all .product-container:hover {
    background-color: #fff;
    transform: scale(1.05);
}

.product-preview-container {
    margin-left: 0 !important;
    padding: 10px;
}

/*
.product-information-inner{
    max-width: 375px;
}
 */
.product-additional-description {
    padding-top: 10px;
}

.product-description,
.product-additional-container {
    font-size: 24px;
    font-weight: bold;
    word-break: break-word;
}

.price-current {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

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

.product-image {
    display: block;
    width: 100%;
    text-align: center;
}

.product-image {
    display: block;
    width: 100%;
    text-align: center;
}

.product-image img {
    max-width: 100%;
    height: auto;
}

.product-text {
    display: block;
    height: 40px;
    font-weight: 600;
    margin: 10px 0 15px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}

.product-view {
    display: flex;
    flex-wrap: wrap;
}

.product-view .product-image-container {
    width: 30%;
    padding: 10px;
    display: flex;
    align-items: center;
}

.product-view .product-information {
    padding: 10px;
}

.product-recomendation {
    display: none;
}

.product-view .product-recomendation {
    width: 20%;
    padding: 10px;
}

.product-view .product-recomendation > span {
    margin-left: 30px;
}

.recomendation-inner {
    max-width: 200px;
    text-align: center;
}

.recomendation-inner span {
    color: #000;
}

.product-toggle {
    color: #000;
    text-decoration: underline;
}

.product-toggle:hover {
    cursor: pointer;
}

ul.product-toggle-wrap {
    display: none;
}

.product-view .recomendation-container img {
    max-width: 100%;
}

.product .price {
    font-size: 14px;
    font-weight: 600;
    color: #FF0000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 42px;
}

.product-preview .price {
    display: flex;
}

.product-preview .price-old {
    margin-right: 10px;
}

.product-view .product-price {
    margin: 16px 0;
}

.product-top {
    overflow: hidden;
    text-align: center;
    position: relative;
    min-height: 215px;
}

.product-top .top-selling {
    position: absolute;
    top: 20px;
    left: -38px;
    transform: rotateZ(-30deg);
    background-color: #f39c12;
    color: #fff;
    padding: 0 43px;
    opacity: 0.7;
    font-size: 12px;
}

.product-top .recommended {
    position: absolute;
    bottom: 17px;
    right: -33px;
    background-color: rgba(121, 190, 0, .4);
    color: #fff;
    transform: rotate(-30deg);
    padding: 1px 30px;
    font-size: 12px;
}

.product-top a {
    display: block;
}

.product-top .product-favorite {
    position: absolute;
    top: 3%;
    right: 5%;
    transition: 0.2s ease-in-out;
    color: aliceblue;
}

.product-top .product-favorite.active {
    color: #333;
}

.product-top .product-favorite:hover {
    transform: scale(1.2);
    color: #333;
}

.product-top .product-favorite i {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 18px;
    text-shadow: 1px 1px 2px black;
}

.product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 45px;
}

.products .product-bottom-price-btn {
    display: flex;
}

.product-preview .product-bottom {
    justify-content: space-between;
}

.product-bottom-left {
    display: flex;
    align-items: center;
}

.product-bottom .inactive {
    display: none;
}

.product-bottom .add-to-cart1 .btn {
    padding: 10px 15px;
}

.product-bottom .add-to-cart1 .btn i {
    margin-left: -2px;
}

.product-colors ul {
    display: flex;
    flex-wrap: wrap;
}

.product-colors .inactive {
    pointer-events: none;
    filter: grayscale(0.9);
    opacity: 0.8;
}


.product-size ul {
    display: flex;
    flex-wrap: wrap;
}

.product-size li {
    margin: 0 10px 10px 0;
    padding: 5px;
    border: 1px solid #dadada;
}

.product-size .active {
    border: 1px solid #FF0000;
}

.product-size li:hover {
    border: 1px solid #FF0000;
    cursor: pointer;
}

.product-colors li {
    margin-right: 5px;
    overflow: hidden;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    word-break: break-word;
    max-width: 100px;
}

.product-colors .active {
    border: 1px solid #FF0000;
}

.product-colors li a:hover {
    border: 1px solid #FF0000;
    box-sizing: border-box;
}

.product-red {
    background-color: red;
}

.product-blue {
    background-color: blue;
}

.product-yellow {
    background-color: yellow;
}

.product-count {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
    color: #7B7B7B;
    border-right: 1px solid #dadada;
}

.product-count .inactive {
    cursor: not-allowed;
    opacity: 0.5;
}

.product-count .inactive a {
    pointer-events: none;
}

.product-count-inner {
    width: 10px;
    display: flex;
    justify-content: space-around;
}

.product-count-inner {
    width: 17px;
    background-color: #dadada;
    border-radius: 50%;
}

.product-count input {
    border: none;
    width: 15px;
    text-align: center;
}

.product-undercolor {
    max-width: 70px;
    word-break: break-word;
    font-size: 14px;
    font-weight: bold;
}

.price-modified {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.price-old {
    text-decoration: line-through;
    color: #bdbdbd;
    margin-right: 10px;
    height: 18px;
}

.price-old-inactive {
    margin-right: 0;
}

.price-not-available {
    color: #bdbdbd;
}

.add-to-cart {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.product-view .add-to-cart {
    justify-content: flex-end;
    margin-top: 10px;
}

.panel-container-product {
    display: flex;
    align-items: flex-end;
}

.add-to-cart .btn {
    background-color: #00a65a;
    font-size: 16px;
    padding: 5px 15px 5px 15px;
    transition: 0.2s ease-in-out;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #dadada;
}

.add-to-cart .btn:hover {
    background-color: #0ec471;
}

.add-to-cart .btn-inactive {
    display: none;
}

.recomendation-container {
    padding: 5px;
}

.recomendation-container a {
    display: block;
}

.product-color-link {
    justify-content: center;
    width: 100px;
    height: 100px;
    vertical-align: bottom;
    text-align: center;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-color-link span {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    font-size: 10px;
    line-height: 16px;
}

.product-color-link span:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.product-color-link img {
    width: 100%;
}

.kv-tree-input, .kv-tree-input.form-control {
    min-width: 200px;
}

.product-tile-search {
    border-bottom: 1px solid lightgrey;
    margin: 15px;
    padding-bottom: 15px;
}

.product-tile-search form {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.product-tile-search .help-block {
    display: none;
}

.product-tile-search .form-group {
    margin-right: 5px;
}


.preview-product-add .widget-buy-place-holder,
.preview-product-add .input-buy {
    background: #F2F2F2;
}

.preview-product-add .btn {
    padding: 5px 14px !important;
}

.preview-product-add i {
    margin-left: -2px;
    margin-top: 2px;
    margin-right: 5px;
}

.preview-product-add .action-buy-product {
    display: flex;
}

.preview-product-add .action-buy-product p {
    margin-bottom: 0;
}

.preview-product-add .minus-btn {
    background: #C7DDFF;
    border-radius: 5px 0 0 5px;
    border-color: #C7DDFF;
}

.preview-product-add .plus-btn {
    background: #C7DDFF;
    border-radius: 0 5px 5px 0;
    border-color: #C7DDFF;
}

.recomendation-container img {
    width: 100%;
}

.tile-product-colors p {
    display: block;
    height: 40px;
    overflow: hidden;
    color: #7B7B7B;
    font-size: 14px;
}

.tile-product-img {
    display: flex;
    max-width: 100%;
    overflow: auto;
}

.tile-product-img .color-image {
    border-bottom: 5px solid #fff;
    -webkit-box-shadow: 0 3px 0 0 #C7DDFF;
    margin-right: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

.tile-product-img .active-color {
    border-bottom: 5px solid #fff;
    -webkit-box-shadow: 0 3px 0 0 #9FDC79;
}

.tile-product-img .inactive-color {
    border-bottom: 5px solid #fff;
    -webkit-box-shadow: 0 3px 0 0 #E7E7E7;
}

.tile-view-more {
    width: 50px;
    height: 50px;
    text-align: center;
}

.tile-view-more a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 24px;
    color: #585858;
}

.tile-product-sizes-container {
    display: flex;
    flex-direction: column;
    min-height: 74px;
}

.tile-product-sizes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}

.tile-product-sizes-container p {
    margin-right: 5px;
    margin-bottom: 0;
}

.tile-product-size {
    padding: 2px;
    margin: 0 2px 5px;
    font-weight: 600;
    border-bottom: 2px solid #C4D8F6;
    cursor: pointer;
    background: #ebebeb;
    font-size: 12px;
}

.tile-product-size.active {
    border-bottom: 2px solid #9FDC79;
    color: #000 !important;
}

.tile-product-size.disabled {
    border-bottom: 2px solid #a8a8a8;
    opacity: 0.6;
    color: #000 !important;
}

.price .price-old {
    display: none;
}

.price .price-old {
    display: none;
}

.price-modified .price-old {
    display: block;
}

.price-modified .price-old {
    display: block;
}

.price-modified .price-current {
    color: #FF0000;
}


.images-preview-parent-slider {
    width: 300px;
    height: 120px;
    position: relative;
    margin: 30px 0;
    overflow: hidden;
    cursor: pointer;
}

.colors-preview-parent-slider {
    width: 500px;
    height: 130px;
    position: relative;
    margin: 30px auto;
    overflow: hidden;

}

.img-change-preview {
    object-fit: cover;
    display: block;
    width: 90px;
    border-bottom: 5px solid #fff;
    -webkit-box-shadow: 0 3px 0 0 #C7DDFF;
}

.image-preview-slider-inner {
    width: 100px;
    padding: 5px;
}

#image-preview-slider {
    height: 100px;
    display: flex;
    position: relative;
    transition: all ease 0.2s;
}

#color-preview-slider {
    height: 130px;
    display: flex;
    position: relative;
    transition: all ease 0.2s;
}


.group-current-image {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.img-change-preview.active {
    border-bottom: 5px solid #fff;
    -webkit-box-shadow: 0 3px 0 0 #9FDC79FF;
}

.product-preview {
    display: flex;
}

.preview-slider-inner {
    display: flex;
    align-items: center;
}

.product-preview .product-left {
    margin: 0 60px;
    width: 305px;
}

.product-preview .product-left .slider-arrow:first-child {
    margin-left: -60px;
}

.product-preview .product-left .slider-arrow:last-child {
    margin-right: -60px;
}


.preview-slider-inner .btn:first-child {
    margin-right: 10px;
}

.preview-slider-inner .btn:last-child {
    margin-left: 10px;
}

.product-preview .product-count {
    flex-direction: row;
    border: none;
}

.product-preview .price,
.product-preview .widget-buy-place-holder,
.product-preview .price-old {
    margin-right: 10px;
}

.product-preview .product-bottom-left .product-count {
    order: 2;
}


.product-preview .color-preview-cart {
    margin: 5px;
    text-align: center;
    border-bottom: 3px solid #C7DDFF;
    height: 125px;
}

.product-preview .color-preview-cart.color-active {
    border-bottom: 3px solid #9FDC79;
    height: 125px;
}

.product-preview .color-preview-cart.color-inactive {
    border-bottom: 3px solid #EEEEEE;
    height: 125px;
}

.product-preview .color-preview-cart.color-inactive.color-active {
    border-bottom: 3px solid #9FDC79;
    height: 125px;
}

.product-preview .color-preview-cart:last-child {
    margin-right: 0;
}

.product-preview .color-preview-cart img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.product-preview .color-preview-cart p {
    margin-top: 5px;
    font-size: 10px;
    height: 28px;
    overflow: hidden;
}

.product-preview .product-count {
    padding: 6px 15px;
    background: #F2F2F2;
    border-radius: 5px;
    margin-right: 10px;
}

.product-preview .product-count-current {
    margin-left: 5px;
}

.slider-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-main-img {
    width: 290px;
    height: auto;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
}

.preview-main-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-arrow {
    padding: 10px;
    font-size: 30pt;
    color: #aeaeae;
    cursor: pointer;
}

.tile-product-size.active.disabled {
    border-bottom: 2px solid #9FDC79FF;
    opacity: 0.6;
}

.color-image.inactive-color.active-color {
    border-bottom: 5px solid #fff;
    -webkit-box-shadow: 0 3px 0 0 #9FDC79FF;
    opacity: 0.6;
}

/*.product-preview-container{*/
/*    border: 2px solid #ffb500;*/
/*    display: flex;*/
/*}*/

.preview-color-image-holder {
    height: 90px;
    width: 90px;
}

.product-description,
.product-additional-container {
    padding: 0 2% 10px 2%;
    font-size: 12pt;
    font-weight: normal;
}

.product-description h4 {
    font-weight: 700;
}

.showmemore {
    font-size: 18px;
    font-weight: 700;
    color: #333 !important;
    cursor: pointer;
    text-decoration: underline;
}

.input-buy {
    width: 70px;
}

.widget-buy-place-holder {
    margin: 0;
    padding: 0;
}

.preview-product-add {
    display: flex;
}

#modal-img-preview .carousel-inner .active {
    display: flex;
    height: calc(100vh - 140px);
    margin: auto;
    transition: 0.1s ease-in-out;
}

#modal-img-preview .carousel-inner .active img {
    max-height: calc(100vh - 140px);
    margin: auto;
}

#modal-img-preview .carousel-indicators .active {
    background-color: #dadada !important;
}

#modal-img-preview .carousel-indicators li {
    border: 1px solid #dadada !important;
}

.product-preview .glyphicon-chevron-right:before,
.product-preview .glyphicon-chevron-left:before {
    text-shadow: 1px 1px 2px black;
}

.tile-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tile-bottom .page-size-container {
    padding: 0 20px;
    margin: 20px 0;
}

/*
.tile-bottom li{
    margin-right:3px;
    padding: 1px;
    display: inline;
}
 */
.active-page-size {
    border: 1px solid #337ab7;
}

.page-size-container {
    display: flex;
    align-items: center;
}

.page-size-container ul {
    padding: 0 10px;
    margin: 0;
    display: flex;
}

.page-size-container li {
    padding: 6px 12px;
    margin-left: -1px;
    background-color: #fafafa;
    border: 1px solid #ddd;
}

.page-size-container li:hover {
    background-color: #eeeeee;
}

.page-size-container li a {
    color: #666;
}

.page-size-container .active-page-size {
    background-color: #337ab7;
    border: 1px solid #337ab7;
    pointer-events: none;
}

.page-size-container .active-page-size a {
    color: #fff;
}

.page-size-container span {
    font-weight: bold;
}

.link-pager-container {
    display: flex;
}

.link-pager-container ul {
    display: block;
}

.pre-order-content {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #dadada;
    border-radius: 5px;
}

.desired-btn {
    display: flex;
    margin-top: 20px;
}

.desired-btn a {
    width: 150px;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}

.desired-btn a:hover {
    background-color: #2c6b8f;
}

.pre-order-info-container {
    padding: 10px;
    min-width: 310px;
}

.pre-order-form form {
    display: flex;
    align-items: flex-end;
}

.pre-order-btn {
    margin-bottom: 0;
}

.pre-order-image {
    margin-right: 20px;
}

.pre-order-info p {
    margin-bottom: 5px;
}

.pre-order-info p:first-child {
    font-weight: 600;
    font-size: 16px;
}

.field-preorder-count {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 35px;
}

.field-preorder-count.has-error {
    max-height: 70px;
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.field-preorder-count .control-label {
    display: flex;
    align-items: center;
}

.field-preorder-count .form-control {
    width: 62px;
    height: 24px;
    margin-left: 20px;
    padding: 2px 5px;
    border-radius: 5px;
    border-right: 10px solid #C7DDFF;
    border-left: 10px solid #C7DDFF;
}

.field-preorder-count .help-block {
    width: 100%;
    margin: 0 0 3px;
}

.product-tile-search .form-group {
    margin-bottom: 0 !important;
}

.product-tile-search .dropdown {
    margin-right: 5px;
}

.field-groupsearch-category_id {
    width: 250px;
}

.field-groupsearch-colors {
    width: 300px;
}

.field-groupsearch-sizes {
    width: 150px;
}

.field-groupsearch-modified_price {
    margin-right: 5px;
}

#groupsearch-category_id,
#groupsearch-colors,
#groupsearch-sizes {
    display: flex;
    flex-direction: column;
}

.tile-search-dropdown {
    margin: 0 !important;
    padding: 10px 10px 0;
    max-height: 305px;
    overflow: auto;
}

#filters {
    margin: 10px 15px 0;
    display: flex;
    flex-wrap: wrap;
}

.filter-item {
    display: flex;
    border: 1px solid lightgrey;
    border-radius: 20px;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.del-filter {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: 5px;
    background: #e7e7e7;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #ff8988;
    cursor: pointer;
}

.product-tile-search form div:last-child {
    margin-top: 10px;
}

.form-group input {
    border: 1px solid #d2d6de;
}

@media (min-width: 1921px) {
    .product {
        max-width: 310px;
    }
}

@media (max-width: 1919px) {
    .product {
        width: 20%;
    }

    .form-inline .form-group--custom {
        width: 100%;
    }
    .input-group {
        display: block;
    }

    .form-inline .form-group--custom {
        margin-bottom: 10px;
    }
}

@media (max-width: 1700px) {
    .form-group--custom {
        width: 100%;
    }
    #product-form .input-group--custom {
        display: block;
    }
}

@media (max-width: 1600px) {
    .product {
        width: 25%;
    }
}

@media (max-width: 1350px) {
    .sidebar-mini .product {
        /*
        width: calc(100% / 3);
         */
    }

    .sidebar-collapse .product {
        width: 25%;
    }
}

@media (max-width: 1200px) {
    .product-bottom {
        flex-wrap: wrap;
    }

    .product-count {
        align-items: flex-start;
        width: 100%;
        margin: 0 0 10px;
        border: none;
    }

    .sidebar-collapse .product {

    }

    .colors-preview-parent-slider {
        width: 300px !important;
    }

    .product-preview .product-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 5px;
    }

    .product-preview .product-bottom-left {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        align-items: flex-start;
    }

    .product-preview .price {
        flex-direction: column;
        margin-bottom: 5px;
    }

    .product-preview .product-bottom-right {
        width: 100%;
    }

    .preview-product-add {
        justify-content: space-between;
    }
}

@media (max-width: 1100px) {
    .sidebar-mini .product {
        width: 50%;
    }

    .sidebar-collapse .product {
        width: 25%;
    }

    .input-group--custom .form-inline .form-group {
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .sidebar-collapse .product {
        width: 50%;
    }

    .product-tile-search .form-group {
        margin-right: 0;
    }

    .field-groupsearch-modified_price {
        margin: 0 10px !important;
    }

    .products .product-count {
        max-width: 90px;
        margin: 0;
        align-items: center;
    }

    .products-all .product-container:hover {
        transform: none;
    }

    .product-view .product-image-container {
        width: 50%;
    }

    .product-preview {
        flex-direction: column;
        padding: 10px;
        max-width: 440px;
        align-items: center;
        margin: auto;
    }

    .page-size-container {
        margin-bottom: 20px;
    }

    .product-description,
    .product-additional-container {
        max-width: 440px;
        margin: auto;
    }

    .product-view .product-information {
        width: 50%;
    }

    /*
    .product-tile-search form {
        display: block;
    }
*/
    .product-container:hover {
        transform: none;
    }

    /*
    .product-view .product-recomendation{
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
     */
    .product-view .product-recomendation > span {
        margin-left: 0;
    }

    .recomendation-inner {
        display: flex;
        max-width: 100%;
    }
}

@media (max-width: 850px) {
    .sidebar-mini .product {
        width: 100%;
    }

    .sidebar-collapse .product {
        width: 50%;
    }

    .product-tile-search .btn {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .product-tile-search .form-group {
        width: 100%;
    }

    .product {
        padding: 8px;
    }

    .product-tile-search {
        margin: 8px;
        padding-bottom: 10px;
    }

    .field-groupsearch-modified_price {
        margin: 10px 0 !important;
    }

    .add-to-cart {
        width: 100%;
    }

    .sidebar-open .product {
        width: 100%;
    }

    .sidebar-mini .product {
        width: 50%;
    }

    .add-to-cart {
        padding-top: 10px;
        width: 100%;
        text-align: center;
    }

    .add-to-cart .btn {
        width: 100%;
    }

    .product-available {
        margin-top: 15px;
    }

    .product-information-inner {
        max-width: 100%;
    }

    /*
    .product-unvailable{
        display: none;
    }
    */
    #filters {
        margin: 10px;
    }

    .input-group--custom .form-inline .product-selector,
    .input-group--custom .form-inline .product-count {
        margin-bottom: 10px;
    }
    .form-group .product-count {
        width: 200px;
    }

}

@media (max-width: 576px) {
    /*
    .products .product .product-top img {
        width: 50%;
    }
     */
    .product-preview .product-bottom-left {
        margin-bottom: 0;
    }

    .products .product-count {
        margin-top: 10px;
    }

    /*
    .product-top .product-favorite{
        right: 27%;
    }
     */
    .product-text {
        height: auto;
    }

    .tile-product-sizes-container {
        min-height: auto;
    }

    .tile-product-colors p {
        height: auto;
    }

    /*
    .sidebar-mini .product {
        width: 100%;
        padding: 10px 0;
    }
     */
    .product-description,
    .product-additional-container {
        max-width: 320px;
        padding: 0 10px 5px;
    }

    .product-additional-container {
        padding-bottom: 10px;
    }

    .preview-product-img p {
        padding-left: 5px;
    }

    .product-view .product-image-container {
        width: 100%;
    }

    .preview-main-img img {
        width: 95%;
        margin: auto;
    }

    .product-view .product-information {
        width: 100%;
    }

    .product-bottom {
        flex-direction: column;
        align-items: center;
    }

    .product-count {
        border-right: none;
    }

    .product-tile-search .btn {
        width: 100%;
    }

    .product-bottom .add-to-cart1 {
        width: 100%;
    }

    .product-bottom .add-to-cart1 .btn {
        width: 100%;
    }

    .price-current {
        font-size: 16px;
    }

    .product-preview .product-count {
        margin-right: 0 !important;
    }

    .product-preview .widget-buy-place-holder {
        display: flex;
        margin: 0 0 10px;
    }

    .colors-preview-parent-slider {
        margin: 10px auto;
    }

    .preview-product-add {
        flex-direction: column;
        max-width: 300px;
        margin: auto;
    }

    .product-preview .product-left {
        margin: 0 !important;
        width: 100%;
    }

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

    .product-preview .product-left .slider-arrow:first-child {
        margin-left: 0 !important;
    }

    .product-preview .product-left .slider-arrow:last-child {
        margin-right: 0 !important;
    }

    .product-preview .images-preview-parent-slider {
        max-width: 300px !important;
        overflow: auto;
    }

    .preview-product-add .action-buy-product {
        justify-content: center;
    }

    .colors-preview-parent-slider {
        height: 140px;
    }

    .colors-preview-parent-slider {
        overflow: auto !important;
    }

    #left-color-slider, #right-color-slider,
    #left-image-slider, #right-image-slider {
        display: none !important;
    }

    .page-size-container {
        align-items: flex-start;
        flex-direction: column;
    }

    .page-size-container ul {
        padding: 5px 0;
    }

    .desired-btn {
        margin-top: 10px;
    }

    .desired-btn a {
        width: 100%;
    }

    .pre-order-form form {
        justify-content: space-around;
    }

    .pre-order-info-container {
        min-width: 100%;
        padding: 0;
        margin-top: 15px;
    }

    .pre-order-content {
        flex-direction: column;
        width: 100%;
    }

    .pre-order-btn .btn {
        width: 100%;
    }

    #filters {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .sidebar-mini .product {
        width: 100%;
        padding: 10px 0;
    }

}

@media (max-width: 400px) {
    .products .product .product-top img {
        width: 100%;
    }

    .product-preview .images-preview-parent-slider,
    .colors-preview-parent-slider {
        max-width: 200px !important;
    }

    .product-top .product-favorite {
        right: 4%;
    }
}

#remove-all-filter:hover {
    cursor: pointer;
}
