body{
    background: #f8f9fa;
}

.top-navigation{
    display: none;
}

.product-gallery{
    margin-top: 92px;
}

.product-gallery .product-gallery-inner{
    width: 95%;
    margin: 0 auto;
}

.product-gallery .product-gallery-inner .product-filter ul li a{
    color: #000;
}

.product-gallery .product-gallery-inner .product-filter ul li a:hover{
    background: #caccca;
}

.product-gallery .product-gallery-inner .product-gallery-content form input[type=radio]{
    display: none;
}

.product-gallery .product-gallery-inner .product-gallery-content form input[type=radio] + label{
    border: 1px solid #bec0c2;
    display: inline-block;
    padding: 4px 12px;
    cursor: pointer;
    margin: 2px;
}

.product-gallery .product-gallery-inner .product-gallery-content form input[type=radio]:checked + label{
    color: #fff;
    border: none;
    background-color: #25a106;
}

.product-gallery .product-gallery-inner .product-gallery-content form .color-radio input[type=radio]{
    display: none;
}

.product-gallery .product-gallery-inner .product-gallery-content form .color-radio input[type=radio] + label{
    border: 1px solid #bec0c2;
    display: inline-block;
    padding: 4px 12px;
    cursor: pointer;
    margin: 2px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

.product-gallery .product-gallery-inner .product-gallery-content form .color-radio input[type=radio]:checked + label{
    color: #fff;
    border: 2px solid #0747ad;
    border-radius: 100%;
}

.product-gallery .product-gallery-inner .product-gallery-content .item-card .column{
    width: 32%;
    margin: 5px;
}

.product-gallery .product-gallery-inner .product-gallery-content .item-card .change{
    width: 100%;
    display: flex;
    float: none;
}

.product-gallery .product-gallery-inner .product-gallery-content .item-card .column .discount-circle{
    background-color: #2db80a;
    top: 18px;
    right: 18px;
}

.product-gallery .product-gallery-inner .product-gallery-content .item-card .change .item-content{
    width: 80%;
    border-right: 1px solid #ddd;
}

.product-gallery .product-gallery-inner .product-gallery-content .alert-box img{
    filter: grayscale(100%) opacity(0.5);
}

.product-gallery .product-gallery-inner .product-gallery-content .pagination li a{
    color: #fff;
    background: #25a106;
    border: 1px solid #25a106;
}

.product-gallery .product-gallery-inner .product-gallery-content .pagination li a:hover{
    background-color: #59be40;
}

.product-gallery .product-gallery-inner .product-gallery-content .pagination li .active{
    color: #25a106;
    background: #fff;
}

.product-gallery .product-gallery-inner .product-gallery-content .cross-riborn-small{
	background: #45ef03;
	color: #fff;
	position: absolute;
	left: -50px;
	top: 0;
	transform: rotate(-45deg);
	border: 1px solid #fff;
	box-shadow: 0 0 0 3px #45ef03;
	margin: 5px;
	padding: 7px 10px;
	width: 127px;
	text-align: center;
}

.product-gallery .product-gallery-inner .product-gallery-content .filter-canvas{
    margin-left: 0px;
    position: relative;
    left: 0;
}

@media(max-width: 768px){
    body{
        background: #fff;
    } 

    .header{
        display: none;
    }

    .product-gallery{
        margin-top: 44px;
    }

    .product-gallery .product-gallery-inner{
        width: 100%;
        margin: 0 auto;
    }

    .product-gallery .product-gallery-inner .product-gallery-content .item-card .column{
        width: 48%;
        margin: 5px;
    }

    .product-gallery .product-gallery-inner .product-gallery-content .item-card .change{
        width: 100%;
        display: flex;
        float: none;
    }

    .product-gallery .product-gallery-inner .product-gallery-content .item-card .item-image img{
        width: 99%;
    }
    
    .product-gallery .product-gallery-inner .product-gallery-content .alert-box img{
        width: 99%;
    }

    .product-gallery .product-gallery-inner .product-gallery-content .filter-canvas{
        position: absolute;
        top: 0;
        z-index: 1;
        width: 300px;
        max-width: 300px;
        height: 100%;
        margin-left: -300px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

@media(min-width:320px) and (max-width: 767px){
    .product-gallery .product-gallery-inner .product-gallery-content .item-card .column{
        width: 47%;
        margin: 5px;
    }

    .product-gallery .product-gallery-inner .product-gallery-content .item-card .change{
        width: 100%;
        display: flex;
        float: none;
    }
}

@media(max-width: 318px){
    .product-gallery .product-gallery-inner .product-gallery-content .item-card .column{
        width: 100%;
        margin: 5px;
    }

    .product-gallery .product-gallery-inner .product-gallery-content .item-card .change{
        width: 100%;
        display: block;
    }
}

@media(min-width: 769px) and (max-width: 1024px){
    .product-gallery .product-gallery-inner .product-gallery-content .item-card .column{
        width: 31.5%;
        margin: 5px;
    }

    .product-gallery .product-gallery-inner .product-gallery-content .item-card .change{
        width: 100%;
        display: flex;
        float: none;
    }
}