.column.main{
    width:100%!important;
}

.products-grid .product-item{
      width: 260px!important;
}
.product-item-info {
    width: 260px!important;
}
.product-image-container{
       width: 240px!important;
}



.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media (min-width: 640px), print{
  .product-item {
    margin-left: 2%;
    width:200px!important;
}

.products-grid .product-item{
      width: 260px!important;
}
}
li.search-group{
    display:none;
}
@media (max-width: 560px), print{

.products-grid .product-item{
      width: 170px!important;
}
}
@media (max-width: 376px), print{
    .product-item-info{
        margin:auto;
    }
.products-grid .product-item{
      width: 90%!important;
}
.product-image-container{
       width: 100%!important;
}

}
.roundButton.addCart {
    background: #ed1f24;
    background: -moz-linear-gradient(top, #ed1f24 0%, #c61b1e 100%);
    background: -webkit-linear-gradient(top, #ed1f24 0%,#c61b1e 100%);
    background: linear-gradient(to bottom, #ed1f24 0%,#c61b1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1f24', endColorstr='#c61b1e',GradientType=0 );
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 3px #D81D21;
    z-index: 7778;
}
.roundButton.topRight {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 30px;
    height: 30px;
    opacity: 0;
    display: none;
    transition: All 1.3s ease;
    -webkit-transition: All 1.3s ease;
    -moz-transition: All 1.3s ease;
    -o-transition: All 1.3s ease;
}
.ddfbthumboptions {
    width: 20px;
    height: 382px;
    overflow: hidden;
    margin: 0;
    position: absolute;
    left:-20px;
    top:0;
    z-index: 5;
}
.ddfbthumboptions::-webkit-scrollbar {
  display: none!important;
    scrollbar-width: none;
}
.column.main .product-items{

}
.product-item{
    position: relative;
}
.colorbar {
    width: 18px;
    height: 18px;
    float: left;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: solid 1px #ccc;
   margin-top:4px;
    position: relative;
}
.ddfbthumboptions .colorbar:first-child {
 margin-top:0px!important;
}
.barcart {
   
    background-color: rgba(198,27,30,0.9)!important;
    background-image: url(../images/addtocart.png)!important;
    background-size: 90% auto!important;
    background-position: center center;
    cursor: pointer;
    background-repeat: no-repeat!important;
    border-color: rgba(198,27,30,0.9)!important;
}
.ddfbdelivery {
    font-weight: bold;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    background: #FFF;
    padding-left: 2px;
    padding-right: 4px;
    background-image: url(../images/delivery.png);
    z-index: 2;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0px solid #48649F;
    background-color: rgba(0,0,0,0.1);
    background-repeat: no-repeat;
    background-position: -100px center;
    background-size: auto 80%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    color: #333;
    display: block;
}

.ddfbdelivery.on {
    opacity: 1.0;
    color: #FFF;
    background-position: 2px center;
    padding-left: 20px;
    background-color: rgba(198,27,30,0.9);
}
.loadmore:hover {
    opacity:0.1;
}
.products-grid{
    min-height:400px;
}
.is_special,.dsus_color{
    display: none;
}
.loadmore {
    height: 50px;
    width: 50px;
    bottom: 20px;
    left: 0;
    font-size: 14px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image:url(../images/loadmore-icon.png);
    display: none;
    background-size: 100% 100%;
    background-position: center center;
    cursor: pointer;
    opacity:0.8;
}

.grid {

    max-width: 1400px;
}

.grid-item {
    float: left;
}

/* item is invisible, but used for layout */
.grid-item,
.grid-item-content {

}

/* item-content is visible, and transitions size */
.grid-item-content {


    -webkit-transition: width  0.4s, height 0.4s;
    -moz-transition: width  0.4s, height 0.4s;
    -o-transition: width  0.4s, height 0.4s;
    transition: width  0.4s, height 0.4s;
}

.grid-item:hover .grid-item-content {
    background: #8CF;
    cursor: pointer;
}
.grid-item:hover .roundButton.topRight{
    opacity: 1;
    display: block;
}
/* both item and item content change size */
.grid-item.is-expanded,
.grid-item.is-expanded .grid-item-content {
    width: 240px;
    height: 160px;
}

.grid-item.is-expanded {
    z-index: 2;
}

.grid-item.is-expanded .grid-item-content {
    background: #F90;
}


.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    transition-duration: .7s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.grid-item {
    -webkit-transition: all 500ms ease-out 0.4s!important;
    -moz-transition:all 500ms ease-out 0.4s!important;;
    -o-transition: all 500ms ease-out 0.4s!important;;
    transition:all  500ms ease-out 0.4s!important;;
}
.ddfbthumboptions{
    display: none;
    left: -20px !important;
    -webkit-transition: all 0.1s ease-out 0.4s!important;
    -moz-transition:all 0.1s ease-out 0.4s!important;;
    -o-transition: all 0.1s ease-out 0.4s!important;;
    transition: all 0.1s ease-out 0.4s!important;;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.product-item.grid-item:hover .ddfbthumboptions {
    display: block;
    left:-20px!important;
}
.product-item.grid-item:hover .ddfbdelivery {
    left:0px;


}
.product-item.grid-item{
margin-left:10px!important;
    margin-right:10px!important;
}
.ddfbsortMenu.open {
    margin-left: 0px;
}
.ddfbsortMenu {
    z-index: 77;
    margin-left: -88px;
    position: relative;
    transition: All 1.2s ease;
    -webkit-transition: All 1.2s ease;
    -moz-transition: All 1.2s ease;
    -o-transition: All 1.2s ease;
}

.ddfbsortMenu.open {
    left: 0px;
}
.ddfbsortMenu-holder{
    position: absolute;

    width:0px;
    height: 208px;
    z-index:6;
    top:10px;
}
.ddfbsortMenu {
    z-index: 77;
    position: absolute!important;
    top:0;
    left:0;
    transition: All 1.2s ease;
    -webkit-transition: All 1.2s ease;
    -moz-transition: All 1.2s ease;
    -o-transition: All 1.2s ease;
}
.column.main{
  min-height:200px;
}

.ddfbsortMenu ul {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 80px;
    list-style-type: none;
    z-index: 999;
    border: solid 2px #FFF;

    background-color: #CCC;
}
.closeButton {
    cursor: pointer;
    height: 20px;
    left: 80px;
    position: absolute;
    top: 1px;
    width: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: url(../images/sort.png);
    background-size: 80% 80%;
    background-position: right center;
    background-color: #ccc;
    background-repeat: no-repeat;
    border: solid 2px #FFF;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(50,50,50,0.75);
    border-left: none;
    border-left-radius: 0px;
    -webkit-border-left-radius: 0px;
    -moz-border-left-radius: 0px;
}
.ddfbsortMenu ul li {

}
.sort-by-button-group {
    background: #CCC;
}
.ddfbsortMenu ul li {
    position: relative;
    color: #000;
    font-weight: bold;
    text-align: center;
    background-color: #CCC;
    color: #FFF;
    cursor: pointer;
    height: 30px;
    padding-top: 6px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    margin:0;
}


.search-group{
    height:30px;

}
.search-group .search{
    height:80%;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(white, black);
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
}
.sort-by-button-group{
    background: #CCC;
}
.sort-by-button-group.selected{
    background:#FFF;
    color:#222;
}
.sort-by-button-group.selected{
    background:#FFF;
    color:#222;
    text-align: center;
}
.ddfbsortMenu ul {
    position:absolute;
    margin: 0;
    padding: 0;
    width:80px;
    list-style-type: none;
    z-index:999;
    border:solid 2px #FFF;




}

.ddfbsortMenu ul li a {
    text-decoration: none;
    color: white;
    padding: 10.5px 11px;
    background-color: #CCC;
    display:block;
    z-index:9999;
}
#search-term {
    width: 68px;
    -webkit-border-radius: 8px!important;
    -moz-border-radius: 8px!important;
    border-radius: 8px!important;
}
.ddfbsortMenu ul li a:visited {
    color: #111;
}
.ddfbsortMenu ul li:hover {
    background:#FFF;
    color:#000;

    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0, 0, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(0,0, 0, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(0,0, 0, 0.75);

}

.ddfbsortMenu ul li{
    position: relative;
    color:#000;
    font-weight: bold;
    text-align: center;
    background-color: #CCC;
    color:#FFF;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:        none;
    height: 30px;
    padding-top:6px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0, 0, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(0,0, 0, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(0,0, 0, 0.75);
}
.ddfbsortMenu.closed ul li{

    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.ddfbsortMenu ul li a:hover, .ddfbsortMenu ul li .current {
    color: white;
    background-color: #5FD367;
}

.main {
    padding:0!important;
}
#ecomerce_logo,#trustpilot_logo,.dd_fb_logo{
    display:none!important;
}
.dd_fb_search {

    margin-top: 1px;
    padding: 4px;
    position: relative;
    width: 100%;
    height: 40px;
    max-width: 320px;
    margin-top: 2px !important;
    margin:auto;
    float:right;

}

.columns .column.main{
    overflow: hidden!important;;
}
#dd_fb_menu {
    width: 100%;
    height: 50px;
    background-color: #fafafa;
    position: relative;
}
#searchField {
    height: 39px;
    width: calc(100% - 42px);
    font-size: 18px;
    padding: 6px;
    color: #333;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.nav-sections{
    margin-bottom:0!important;
}
#searchBttn {
    postion: absolute;
    width: 44px;
    height: 40px;
    background: url(../images/search.png);
    right: 0px;
    background-size: 60% 60%;
    background-position: center center;
    background-repeat: no-repeat;
    top: 4px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #f3f3f3;
    position: absolute;
    cursor: pointer;
    margin-right:auto;
}
.addtocart {
    background-image: url(../images/addtocart.png);
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center center;
    cursor: pointer;
    background-repeat: no-repeat;

}
.sections.nav-sections{
  z-index: 101;
}
.dd-fb-like.loading {
    /*background-image: url(../images/loader.gif);*/
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 20px;
}
.dd-fb-like {

    bottom: 14px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.products {

    margin: auto;
   margin-left:10px;
    margin-right:-10px;
    margin-top:14px;

}
.dd_fb_loader {
    width: 100%;
    height: 400px;
    background-image: url(../images/loader.gif);
    background-position: center 200px;
    background-repeat: no-repeat;
    opacity: 0.5;
    display: none;
    background-color: #FFF;
    opacity: 1.0;
    z-index: 999;
}