.product-sort {
    margin-bottom: 30px;
}
.product-sort .input-group .input-group-text {
    border-radius: 0px;
    background-color: #ffffff;
    border-color: #ffffff;
}
.product-sort .input-group select {
    cursor: pointer;
}
.product-sort .input-group:after {
    content: ">";
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 25px;
    font-weight: 300;
    transform: rotate(90deg);
    z-index: 4;
    pointer-events: none;
}

.alert.alert-danger.alert-dismissible button.close {
    background: none;
    border: none;
    padding: 5px 10px;
}

.section-title {
    position: relative;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-weight: 300;
    font-size: 30px;
    padding: 25px 0px;
}


/* dfssdf */
.module.module-horizontal-well {
    position: relative;
    display: block;
}
.module.module-horizontal-well .image {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto !important;
}
.module.module-horizontal-well .caption {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);

    text-align: center;
    color: #ffffff;
}
.module.module-horizontal-well .caption span {
    position: relative;
    display: inline-block;

    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;

    vertical-align: middle;
}
.module.module-horizontal-well .caption .btn.btn-primary {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;

    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
    padding: 10px 25px;
}
.module.module-horizontal-well .caption .btn.btn-primary:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}


.category-listing a {
    position: relative;
    display: block;
    margin-bottom: 30px;

    opacity: 1;
    transition: 0.2s opacity;
}
.category-listing a img {
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 100%;
    /* border: 1px solid #dddddd; */
}
.category-listing a span {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    color: #000000;
    text-align: center;
}
.category-listing a .total {
    position: absolute;
    left: 5px;
    bottom: 38px;
    background: #dddddd;
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    padding: 3px 5px;
    text-align: center;
    min-width: 35px;
}
.category-listing a:hover {
    opacity: 0.7;
}


.category-heading {
    position: relative;
    display: block;
    margin: 15px 0px;
    color: #ffffff;
    text-align: center;
    background-position: center center;
    background-size: cover;
}
.category-heading img {
    margin: 0 auto;

    width: 100%;
    height: auto !important;
}


.module-original-carousel {
    position: relative;
    display: block;
    padding: 5px 0px;
}

.module-original-carousel {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.module-original-carousel a {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.module-original-carousel a span {
    position: absolute;
    display: block;
    bottom: 15px;
    left: 15px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 2px 2px 0px rgba(0,0,0,1);
    margin-bottom: 10px;
}


.product-buttons {
    position: relative;
    display: block;
    text-align: right;
}
.product-buttons > * {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}


#itx-filter-hide > .btn.btn-default {
    background: none;
    border: none;
    border-radius: 0px;
    color: #000000;
    padding-left: 0px;
    padding-right: 0px;
}
#itx-filter-hide > .btn.btn-default:hover {
    color: #777777;
}
.product-buttons .input-group .input-group-text {
    border-color: #ffffff;
    background: #ffffff;
}
.product-buttons .input-group .form-control {
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    border-color: #ffffff;
    box-shadow: none;
    cursor: pointer;
}


.input-group-sort-select {
    position: relative;
}
.input-group-sort-select .selected {
    position: relative;
    display: inline-block;
    padding: 7px 2px;
    vertical-align: middle;
    cursor: pointer;
}

.input-group-sort-select .selected i {
    font-size: 24px;
    margin-left: 4px;
    transform: rotate(0deg);
    transition: 0.2s transform;
    vertical-align: -4px;
}

@keyframes sortDropdownAnimationShow {
    0% {
        display: none;
        margin-top: 20px;
        opacity: 0;
    }
    1% {
        display: block;
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        display: block;
        margin-top: 0px;
        opacity: 1;
    }
}
@keyframes sortDropdownAnimationHide {
    0% {
        display: none;
        margin-top: 20px;
        opacity: 0;
    }
    1% {
        display: block;
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        display: block;
        margin-top: 0px;
        opacity: 1;
    }
}

.input-group-sort-select .sort-dropdown {
    position: absolute;
    top: 100%;
    right: 0;

    background: #eeeeee;
    border-radius: 25px;
    border-top-right-radius: 0px;
    min-width: 200px;

    z-index: 11;

    -webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.53);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.53);
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.53);

    animation-name: sortDropdownAnimationShow;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-direction: reverse;
    animation-timing-function: linear;
    animation-fill-mode: both;
}
.input-group-sort-select.active .sort-dropdown {
    animation-name: sortDropdownAnimationHide;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: linear;
    animation-fill-mode: both;
}

.input-group-sort-select .sort-dropdown a {
    position: relative;
    display: block;
    padding: 6px 15px;
    font-weight: 300;
    text-align: left;
    color: #000000;
    font-size: 16px;
    padding-left: 15px;
    transition: 0.2s padding-left;
    border-radius: 25px;
}
.input-group-sort-select .sort-dropdown a:hover {
    padding-left: 30px;
}

.input-group-sort-select.active .selected i  {
    transform: rotate(180deg);
}


.checkout-cart-page table.table tbody,
.checkout-cart-page table.table td,
.checkout-cart-page table.table th {
    border: none !important;
    box-shadow: none !important;
}

.checkout-cart-page table.table.table-total {
    margin-top: 20px;
}
.checkout-cart-page .btn-danger {
    padding-left: 11px;
    padding-right: 11px;
    border-radius: 100%;
}
