/* 
font-family: 'Courgette', cursive; 
font-family: 'Roboto', sans-serif;
*/

body
{
    margin: 0px;
    padding: 0px;
    font-family: 'MV Boli', sans-serif;
    font-size: 16px;
    color: #333333;
    background: url(../images/body-bg.jpg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.padding-none
{
    padding: 0;
}

.padding
{
    padding: 10px;
}

.padding-sm
{
    padding: 5px;
}

.padding-lg
{
    padding: 22px;
}

.padding-top-none
{
    padding-top: 0;
}

.padding-top
{
    padding-top: 14px;
}

.padding-top-sm
{
    padding-top: 5px;
}

.padding-top-lg
{
    padding-top: 22px;
}

.padding-right-none
{
    padding-right: 0;
}

.padding-right
{
    padding-right: 14px;
}

.padding-right-sm
{
    padding-right: 5px;
}

.padding-right-lg
{
    padding-right: 22px;
}

.padding-bottom-none
{
    padding-bottom: 0;
}

.padding-bottom
{
    padding-bottom: 14px;
}

.padding-bottom-sm
{
    padding-bottom: 5px;
}

.padding-bottom-lg
{
    padding-bottom: 22px;
}

.padding-left-none
{
    padding-left: 0;
}

.padding-left
{
    padding-left: 14px;
}

.padding-left-sm
{
    padding-left: 5px;
}

.padding-left-lg
{
    padding-left: 22px;
}

.margin-none
{
    margin: 0;
}

.margin
{
    margin: 14px;
}

.margin-sm
{
    margin: 5px;
}

.margin-lg
{
    margin: 22px;
}

.margin-top-none
{
    margin-top: 0;
}

.margin-top
{
    margin-top: 14px;
}

.margin-top-lg
{
    margin-top: 22px;
}

.margin-top-sm
{
    margin-top: 5px;
}

.margin-right-none
{
    margin-right: 0;
}

.margin-right
{
    margin-right: 14px;
}

.margin-right-lg
{
    margin-right: 22px;
}

.margin-right-sm
{
    margin-right: 5px;
}

.margin-bottom-none
{
    margin-bottom: 0;
}

.margin-bottom
{
    margin-bottom: 14px;
}

.margin-bottom-lg
{
    margin-bottom: 22px;
}

.margin-bottom-sm
{
    margin-bottom: 5px;
}

.margin-left-none
{
    margin-left: 0;
}

.margin-left
{
    margin-left: 14px;
}

.margin-left-lg
{
    margin-left: 22px;
}

.margin-left-sm
{
    margin-left: 5px;
}

.border-left-none
{
    border-left: none;
}

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

.border-bottom-none
{
    border-bottom: none;
}

.border-top-none
{
    border-top: none;
}

.border-none
{
    border: none;
}
.margin-auto
{
    margin: auto;
}
.font-bold
{
    font-weight: bold;
}
.border-right
{
    border-right: 1px solid #dfdfdf;
}
.border-left
{
    border-left: 1px solid #dfdfdf;
}
.border-top
{
    border-top: 1px solid #dfdfdf;
}
.border-bottom
{
    border-bottom: 1px solid #dfdfdf;
}
.content-adjust:after, .content-adjust:before
{
    display: table;
    content: "";
    clear: both;
}

a, .fa
{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.col-center {
    float: none;
    margin:0 auto;
}
.img-center-main {
    max-width: 100%;
    height: 165px;
}
.img-center {
    max-width: 100%;
    height: 165px;
}
.img-center-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.img-center-inner img {
    max-height: 165px;
    width: 100%;
}

h1, h2
{
    font-family: 'MV Boli', sans-serif;
}

.btn-warning
{
    background: #ff6501;
    border-color: #ff6501;
    border-radius: 0px;
    padding: 12px 20px;
}

/*Style Ends*/

a 
{
    color: #66b7ff;
}

a:hover, #header-menu .current_page_item > a, .pagination a:hover, .pagination .current {
    color: #b1b1b1;
}

.header
{
    background: url(../images/header-bg.jpg);
    background-position: center;
    background-size: cover;
    min-height: 170px;
}

.sticky-wrapper.is-sticky .top-header
{
    background: #ffffff;
    border-bottom: 1px dotted #cccccc;
}

#top-header {
    font-size: 16px;
    line-height: 1.6em;
    text-align: center;
    width:100%;
    box-sizing:border-box;
    z-index: 1002!important;
}

.navbar-toggle {
    display: block!important;
    float: none;
    width: 105px;
}

.navbar-toggle .icon-bar
{
    background: #ffffff;
}

.bar-left
{
    float: left;
}

.bar-right
{
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    top: -7px;
}

.logo-inner
{
    display: block;
    margin: 0 auto;
    background-image: url(../images/logo-white.png);
    background-repeat: no-repeat;
    position: relative;
    height: 100px;
    background-size: contain;
    background-position: center;
}

.line-text
{
    /*    font-family: 'Courgette', cursive;*/
    color: #ffffff;
}

.line-text:hover, .line-text:focus
{
    color: #ffffff;
}

.text-seperator
{
    color: #ffffff;
    padding: 0px 5px;
    font-style: italic;
}

.sticky-wrapper.is-sticky .text-seperator, .sticky-wrapper.is-sticky .line-text
{
    color: #000000;
}

.sticky-wrapper.is-sticky .bar-right
{
    color: #000000;
}

.sticky-wrapper.is-sticky .navbar-toggle .icon-bar
{
    background: #000000;
}

.sticky-wrapper.is-sticky .logo-inner
{
    display: block;
    margin: 0 auto;
    background-image: url(../images/logo-black.png);
    background-repeat: no-repeat;
    position: relative;
    height: 75px;
    background-size: contain;
    background-position: center;
}

.header-right-menu
{
    text-align: right;
}

.header-right-menu li:not(:last-child):after {
    content: "|";
    float: right;
    position: relative;
    margin-top: 0;
    color: #ffffff;
    margin-right: -18px;
}

.header-right-menu li
{
    padding-left: 15px;
    padding-right: 15px;
}

.header-right-menu li a
{
    color: #ffffff;
    white-space: nowrap;
}

.sticky-wrapper.is-sticky .header-right-menu li a
{
    color: #000000;
}

.sticky-wrapper.is-sticky .header-right-menu li:not(:last-child):after 
{
    color: #000000;
}

.header-right-menu li a:hover, .header-right-menu li a:focus, .sticky-wrapper.is-sticky .header-right-menu li a:hover, .sticky-wrapper.is-sticky .header-right-menu li a:focus
{
    text-decoration: none;
    color: #ff6501;
}

.bottom-header
{
    margin-top: 1.5%;
}

.slider-add
{
    max-width: 457px;
    border: 4px solid #776a69;
    border-radius: 4px;
    color: #ffffff;
    margin:0px auto 20px;
}
.slider-add a{
    color:#fff;
}

.slider-add h1
{
    font-size: 65px;
    text-align: center;
    line-height: 85px;
}

.slider-add h1 span
{
    color: #ff6501;
}

.slider-add h3
{
    font-size: 20px;
    border-bottom: 1px dotted #ffffff;
    padding-bottom: 10px;
    margin-bottom: 7px;
    margin-top: 0px;
    text-align: center;
}

.slider-add .list-unstyled li
{
    font-size: 15px;
    padding: 5px 0px;
    border-bottom: 1px dashed #cccccc;
}

.home-title
{
    color: #373737;
}

.home-title:after {
    content: "";
    position: absolute;
    width: 72px;
    height: 4px;
    background: #ff6501;
    margin-top: 45px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.selection-btn
{
    padding-top: 20%;
}

.selection-right-img img
{
    margin-right: 0;
    margin-left: auto;
    border: 1px solid #cccccc;
}

.selection-left-img img
{
    border: 1px solid #cccccc;
}

.product-section
{
    background: url(../images/bg-gray-wood.jpg);
    color: #b1b1b1;
}

.product-box
{
    max-width: 263px;
    margin: 0px auto 20px;
    padding: 15px 15px 0px;
    background: #ffffff;
    border: 1px dotted #cccccc;
    position: relative;
    min-height: 310px;
}

.product-img img
{
    border: 1px solid #cccccc;
}

.product-desc h3
{
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}

.product-desc h3 a
{
    color: #373737;
    text-transform: uppercase;
}

.product-desc h3 a:hover, .product-desc h3 a:focus
{
    text-decoration: none;
    color: #ff6501;
}

.product-desc .fa-shopping-basket
{
    color: #ff6501;
    font-size: 24px;
    border-radius: 100%;
    border: 1px solid #ff6501;
    width: 46px;
    height: 46px;
    line-height: 46px;
    z-index: 100;
    position: relative;
    background: #ffffff;
}

.product-cart
{
    position: relative;
}

.line
{
    width: 100%;
    height: 1px;
    position: absolute;
    top: 36px;
    background: #ff6501;
}

.star-grey {
    color: #c9c9c9;
}

.star-yellow {
    color: #ecc800;
}

.discount-price {
    font-weight: 900;
    font-size: 18px;
    color: #ff6501;
}

.actual-price {
    color: #8C8C8C;
    text-decoration: line-through;
    font-size: 17px;
}

.star-rating
{
    position: relative;
    top: 4px;
    font-family: Roboto;
}

.blog-desc h3
{
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.blog-desc h3 a
{
    color: #1b1b1b;
}
.blog-desc h3 a:hover, .blog-desc h3 a:focus
{
    text-decoration: none;
    color: #ff6501;
}

.blog-section
{
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
}

.blog-thumb-img img
{
    border: 1px solid #cccccc;
}

.footer
{
    background: #333333;
    color: #ffffff;
}

.footer-title
{
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 0px;
}

.footer .list-unstyled li
{
    padding: 3px 0px;
}

.footer .list-unstyled li a
{
    color: #b3b3b3;
    font-size: 16px;
}

.footer .list-unstyled li a:hover, .footer .list-unstyled li a:focus
{
    text-decoration: none;
    color: #ff6501;
}

.subscribe-form .btn
{
    height: 37px;
    border-radius: 0px;
    padding: 0px 22px;
    font-size: 14px;
    background: #EF5F19;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
    outline: 0;
}

subscribe-form .btn:hover, .subscribe-form .btn:focus
{
    background: #333333;
    color: #ffffff;
}

.footer .subscribe-form .form-control {
    font-size: 14px;
    height: 42px;
    border-radius: 0px;
}

.footer .subscribe-form .input-group-btn {
    border: 1px solid #ccc;
    padding: 1px;
    border-left: 0px;
    background: #fff;
}

.footer .subscribe-form .btn {
    font-size: 14px;
    font-weight: 400;
    padding: 1px 13px;
    height: 37px;
    text-transform: uppercase;
    width: 100%;
}

.copyright .list-inline li a .fa
{
    width: 35px;
    height: 35px;
    border: 2px solid #797979;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #ffffff;
}

.copyright .list-inline li a .fa:hover, .copyright .list-inline li a .fa:focus
{
    background: #ef5f18;
    border: 2px solid #ef5f18;
    border-radius: 0;
}

.copyright
{
    background: #000000;
    color: #c5c5c5;
}

.copyright p
{
    line-height: 40px;
}

.social
{
    text-align: right;
}

.owl-theme .owl-controls .owl-buttons div
{
    background: #333333;
    font-size: 25px;
    padding: 0px 14px;
    border: 0px solid #999;
    border-radius: 0px;
    color: #ffffff;
    text-align: center;
}

.left-bar
{
    border: 0px solid #cccccc;
    margin-bottom: 30px;
}

.left-bar .category-list li
{
    padding: 10px 5px;
    border-bottom: 2px dotted #eaeaea;
}

.left-bar .category-list li a
{
    color: #373737;
    font-size: 17px;
    display: block;
}

.left-bar .category-list li a:hover, .left-bar .category-list li a:focus
{
    text-decoration: none;
    color: #ae292d;
}

.product-listing-main h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 15px;
    border-bottom: 1px dotted #cccccc;
    margin-top: 0px;
    margin-bottom: 20px;
}

.product-listing-main h1 span {
    color: #868686;
    font-size: 14px;
    text-transform: none;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.sort {
    float: right;
}

.sort label {
    color: #868686;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.sort .bootstrap-select .btn-default:active:hover, .sort .bootstrap-select .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .sort .bootstrap-select .btn-default:active:focus, .sort .bootstrap-select .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .sort .bootstrap-select .btn-default:active.focus, .sort .bootstrap-select .btn-default.active.focus, .open > .sort .dropdown-toggle.btn-default.focus, .btn-group.open .dropdown-toggle 
{
    color: #000000;
    background-color: #f8f8f8;
    border-color: #c5c5c5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sort .bootstrap-select .btn-default 
{
    color: #000000;
    background-color: #f8f8f8;
    border-color: #c5c5c5;
    padding: 7px 10px 3px 0px;
    border-radius: 0px;
}

.sort .bootstrap-select.btn-group .dropdown-menu
{
    background-color: #f8f8f8;
    margin: 0px 0 0;
    border-top: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 300px!important;
    width: 185px;
}

.sort .bootstrap-select.btn-group .dropdown-menu li a:hover, .sort .bootstrap-select.btn-group .dropdown-menu li a:focus
{
    color: #EF5F19;
    background: transparent;
    outline: 0;
}

.sort .bootstrap-select.btn-group .dropdown-toggle .filter-option, .sort .bootstrap-select.btn-group .dropdown-toggle .bs-caret .caret, .sort .bootstrap-select.btn-group .dropdown-menu li a span.text
{
    color: #000000;
}

.sort .dropdown-menu > li > a
{
    padding: 3px 5px;
}

.sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
    width: 200px;
    font-family: 'MV Boli', sans-serif;
}

.bootstrap-select .dropdown-toggle:focus
{
    outline: 0px!important;
}

.form-control
{
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination-main
{
    padding: 8px;
    background: #ffffff;
    border: 0px solid #cccccc;    
    margin-bottom: 20px;
}

.pagination-main .sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
    width: 60px;
}

.pagination-main .sort .bootstrap-select .btn-default
{
    color: #000000;
    background-color: #c5c5c5;
    border-color: #c5c5c5;
    padding: 3px 5px 3px 10px;
}

.pagination-main .sort
{
    float: none;
    padding: 5px 0px;
}

.pagination-main .pagination 
{
    border-radius: 0px;
    margin: 0px;
}

.pagination-main .pagination > li > a, .pagination-main .pagination > li > span {
    border: 0px;
    color: #373737;
    font-size: 15px;
    padding: 6px 8px;
}

.pagination-main .pagination > .active > a, .pagination > .active > span, .pagination-main .pagination > .active > a:hover, .pagination-main .pagination > .active > span:hover, .pagination-main .pagination > .active > a:focus, .pagination-main .pagination > .active > span:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus
{
    background: transparent;
    color: #ff6501;
}

.imageslider .carousel-inner
{
    border: 0px solid #ecebeb;
}

.imageslider .carousel-inner > .item 
{
    height: 335px;
    text-align: center;
    background: transparent;
}

.imageslider .carousel-inner > .item img 
{
    max-height: 335px;
}

div#thumbcarousel 
{
    width: 75%;
    margin: 11px auto 0px auto;
}

div#thumbcarousel .owl-item 
{
    padding: 0 1px;
    width: auto !important;
}

div#thumbcarousel img 
{
    border: 1px solid #d7d6d6;
    padding: 3px;
    max-width: 55px;
    max-height: 55px;
    text-align: center;
    margin: 0px 3px;
    cursor: pointer;
}

a.owl-sldier-control 
{
    position: absolute;
    font-size: 21px;
    color: #cacaca;
    bottom: 5%;
    background-color: transparent;
    border: 1px solid #cacaca;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 23px;
    padding: 0px;
    font-weight: 300;
    font-family: monospace;
}

a.owl-sldier-control.left 
{
    left: 10px;
}

a.owl-sldier-control.right 
{
    right: 10px;
}

.product-desc-inner h3
{
    font-size: 21px;
    font-weight: 700;
    margin-top: 0px;
    line-height: 20px;
    color: #ff6501;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
} 

.text-success 
{
    color: #71b959;
}

.cod
{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 8px 0px;
}

.product-desc-inner .label
{
    font-weight: 400;
    font-size: 14px;
}

.price-list-details .item-price 
{
    color: #ff6501;
    font-size: 24px;
    font-weight: 900;
}

.item-list-price 
{
    font-size: 15px;
    color: #373737;
    font-weight: 500;
    text-decoration: line-through;
}

.social-share span 
{
    font-size: 16px;
    font-weight: 500;
}

.social-share .fa 
{
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}

.social-share .fa-facebook 
{
    background: #39599f;
}

.social-share .fa-twitter 
{
    background: #45b0e3;
}

.social-share .fa-google-plus 
{
    background: #dd4b39;
}

.social-share .fa-pinterest-p 
{
    background: #cc2127;
}

.social-share .fa-print, .social-share .fa-envelope 
{
    background: #f49504;
}

.inner-quantity .form-control
{
    display: inline-block;
    width: 100%;
    max-width: 100px;
}

.mytabs 
{
    border: 0px solid #cccccc;
}

.mytabs .nav-tabs > li 
{
    margin-bottom: 0px;
}

.mytabs .nav-tabs > li.active > a, .mytabs .nav-tabs > li.active > a:hover, .mytabs .nav-tabs > li.active > a:focus, .mytabs .nav-tabs > li > a:hover 
{
    background: #f2f2f2;
    border-top: 1px solid #ff6501;
    color: #373737;
}
.mytabs .nav-tabs > li > a 
{
    border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    margin-right: 0px;
}

.related-products {
    border: 1px solid #d0d0d0;
    max-width: 263px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.related-products h2 {
    font-size: 24px;
    font-weight: 300;
    color: #373737;
    background: #f8f8f8;
    margin-top: 0;
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
}

.related-products-main-div 
{
    padding: 10px;
}

.related-products-main {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.related-products-main.last
{
    border-bottom: 0px solid #cccccc;
}

.related-product-inner {
    height: 243px;
    margin: 0px auto;
    text-align: center;
}

.related-product-img {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.related-product-img img {
    max-height: 243px;
}

.related-products h3 {
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 15px;
    margin-top: 0px;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social .label {
    padding: 6px;
    font-weight: 400;
    background: #609dca;
}

.text-italic
{
    font-style: italic;
}

.dynamic-content p
{
    text-align: justify;
}
.inner-image{
    margin-bottom: 22px;
}

.select2-container .select2-choice
{
    height: 34px;
    border-radius: 0px!important;
}
.header .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ff6501;
}

.header .tooltip-inner {
    background-color: #ff6501;
}
.woocommerce-pagination a,.woocommerce-pagination .current {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #ef5f19;
}
.woocommerce-pagination .current{
    background-color:#ef5f19;
    color: #fff;
}
.btn-primary {
    border-radius: 0px;
    padding: 12px 20px;
}

.price-list-details {
    margin-bottom: 0px;
    margin-top: 15px;
}

.product-desc-inner hr
{
    margin-top: 10px;
    margin-bottom: 15px;
}

.tab-content.padding-top.padding-bottom.responsive.text-justify
{
    background: #ffffff;
    padding: 15px;
    color: #373737;

}
.star-rating-main {
    display: inline-block;
}

a.shipping-calculator-button {
    display: none;
}

.sign
{
    font-family: Lucida Handwriting;
    font-size: 30px;
    margin-top: 40px;
    float: right;
    color: #ffffff;
}
.product-section .home-title{
    color:#b1b1b1;
}

.woocommerce table.shop_table, .woocommerce table.shop_table td
{
    border: 1px solid #ddd!important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(249, 249, 249, 0.25);
}

.checkout_coupon
{
    display: none;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 1px solid #DDD;
}
.table .shop_table.table {
    background-color: transparent!important;
    border: 0px!important;
}
.woocommerce table.shop_table td[colspan="5"] {
    padding: 0px;
}
.shop_table .product-info a {
    white-space: normal!important;
}
.modal-title{
    color:#000;
}
.woocommerce .order_details li{
    margin-right: 15px!important;
}
.button.alt{
    display: inline-block!important;
    padding: 6px 12px!important;
    margin-bottom: 0!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 1.42857143!important;
    text-align: center!important;
    white-space: nowrap!important;
    vertical-align: middle!important;
    -ms-touch-action: manipulation!important;
    touch-action: manipulation!important;
    cursor: pointer!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
    background-image: none!important;
    border: 1px solid transparent!important;
    background: #ff6501!important;
    border-color: #ff6501!important;
    border-radius: 0px!important;
    padding: 12px 20px!important;
}

div#instafeed {
    margin: auto;
    text-align: center;
}

div#instafeed a {
    position: relative;
    display: inline-block;
    padding: 5px;
}